DALBLTConnection Class Members
- Last UpdatedApr 08, 2026
- 3 minute read
The following tables list the members exposed by DALBLTConnection.
| Name | Description | |
|---|---|---|
![]() | Changeset | Gets or sets the changeset identifier. |
![]() | DisplayName | Gets or sets the display name of the client. |
![]() | DriverAlias | Gets the client used to connect to the driver. |
![]() | DriverConnectionLocale | Gets the locale of the driver connection. This value is set when this connection is created using GetGlobalConnection(). It is based on the OASySDNA.Common.DAL.ClientSDK.DALService.Locale value. An exception is thrown if the Data Access Layer (DAL) is shut down. |
![]() | HostName | Gets or sets the host name where this component is executed. |
![]() | IsConnected | Gets the status of the Data Access Layer (DAL) driver connection. |
![]() | IsConnectionDenied | Gets whether the client connection is denied. |
![]() | LocaleID | Gets or sets the LocaleID for the Business Logic Tier (BLT) call. This value is sent to the driver whenever a request is sent to driver. This value is assigned to the LocaleID property of the DALBLTClient object. |
| Name | Description | |
|---|---|---|
![]() | Browse | Browses the Business Logic Tier (BLT) components that are available on the current HostName. |
![]() | CancelRequest | Cancels a Business Logic Tier (BLT) OASySDNA.Common.DAL.ClientSDK.DriverRequest. No callback is triggered after a cancel request. |
![]() | CloseGlobalConnection | Closes the global connection. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Execute | Executes the given Business Logic Tier (BLT) component on the host configured for this DALBLTConnection instance. |
![]() | ExecuteSync | Executes the given Business Logic Tier (BLT) component on the host configured for this DALBLTConnection instance. |
![]() | GetSyntax | Creates a Business Logic Tier (BLT) component, and gets its syntax. |
![]() | RemoveConnectionStatusCallback | Removes the user connection status callback. |

