DALBLTConnection.DALBLTSyntaxDelegate Delegate
- Last UpdatedApr 08, 2026
- 1 minute read
The delegate for getting the syntax of a Business Logic Tier (BLT) component.
public delegate void DALBLTConnection.DALBLTSyntaxDelegate(
string syntax,
DALBLTExecutionStatus executionStatus,
object clientObj,
string failureReason
)
public delegate void DALBLTConnection.DALBLTSyntaxDelegate(
String^ syntax,
DALBLTExecutionStatus executionStatus,
Object^ clientObj,
String^ failureReason
)
Parameters
- syntax
- The syntax for the Business Logic Tier (BLT) component. It is in xml format.
- executionStatus
- The execution status of the Business Logic Tier (BLT) component.
- clientObj
- The reference to the given client object.
- failureReason
- The failure reason received from the driver.