DALBLTConnection.DALBLTBrowseDelegate Delegate
- Last UpdatedApr 08, 2026
- 1 minute read
The delegate for getting the available Business Logic Tier (BLT) component.
public delegate void DALBLTConnection.DALBLTBrowseDelegate(
DataSet data,
DALBLTExecutionStatus executionStatus,
object clientObj,
string failureReason
)
public delegate void DALBLTConnection.DALBLTBrowseDelegate(
DataSet^ data,
DALBLTExecutionStatus executionStatus,
Object^ clientObj,
String^ failureReason
)
Parameters
- data
- The data (component list) returned. The list of all the available Business Logic Tier (BLT) objects is contained in the DataSet.Table[0].Rows column 0 and the BLT object name is the full name (for example, for OASyS 7.5, it includes the dynamic-link library [DLL] name and the Microsoft Remote Procedure Call [RPC] name, as in bobjACEAddCode.RPCACEAddCode).
- executionStatus
- The execution status.
- clientObj
- The reference to the given client object.
- failureReason
- The failure reason received from driver.