OASySDNA.Common.DAL.DALBLTClient Namespace
- Last UpdatedApr 08, 2026
- 2 minute read
| Class | Description | |
|---|---|---|
![]() | DALBLTClient | The Business Logic Tier (BLT) singleton class to create/get connectivity to the Data Access Layer (DAL) BLT driver. There should be a section for the given alias and BLT in the XML config file. |
![]() | DALBLTConnection | The Business Logic Tier (BLT) class that represents the connection to a particular driver. |
![]() | ExecuteBLTReturnData | The Business Logic Tier (BLT) class for transferring data from callback to calling method. |
| Delegate | Description | |
|---|---|---|
![]() | DALBLTConnection.DALBLTBrowseDelegate | The delegate for getting the available Business Logic Tier (BLT) component. |
![]() | DALBLTConnection.DALBLTExecuteDelegate | The delegate for getting the data after executing a Business Logic Tier (BLT) component. |
![]() | DALBLTConnection.DALBLTSyntaxDelegate | The delegate for getting the syntax of a Business Logic Tier (BLT) component. |

