BLTClient Class Members
- Last UpdatedApr 08, 2026
- 4 minute read
The following tables list the members exposed by BLTClient.
| Name | Description | |
|---|---|---|
![]() | Changeset | Gets or sets the Management of Change (MoC) changeset associated with this Business Logic Tier (BLT) client instance. |
![]() | Component | Gets the friendly component name associated with this BLTClient instance. |
![]() | ExecuteTimeout | Gets or sets the timeout for executing the Business Object component. |
![]() | Hostname | Gets the server host name associated with this BLTClient instance. |
![]() | Locale | Gets or sets which locale the Business Object component will use for internationalizing strings. |
![]() | MaxRowsToReturn | Gets or sets a hint to the Business Object as to how many rows to return. |
![]() | NumParameters | Gets the number of parameters that are used in calling the Remote Procedure Call (RPC). |
![]() | Password | Gets or sets the unsecure password associated with the specified UserName (null, empty, or white-space only for single sign-on). |
![]() | RowsAffected | Gets the number of rows affected by the Business Object component’s Execute method. |
![]() | SecurePassword | Gets or sets the secure password associated with the specified UserName (null for single sign-on). |
![]() | Syntax | Gets the XML syntax string for the Business Object component. |
![]() | TabularResults | Gets the System.Data.DataSet containing any tabular results from the Business Logic Tier (BLT) call. |
![]() | TimeZone | Gets or sets the time zone that the Business Object component will use for parsing and formatting datetime strings. |
![]() | UserName | Gets or sets the username associated with the underlying execution context (null, empty, or white-space only for single sign-on). |
![]() | UseSystemLinkCertUser | Gets or sets the flag to use the bridgehead user. |
![]() | UsingGlobalConnection | Gets a value indicating whether the BLTClient instance is using the global Business Logic Tier (BLT) connection. |
![]() | XOSDisplayName | Gets or sets the Business Object component’s XOSDisplayName property. |
| Name | Description | |
|---|---|---|
![]() | AddParameter | Overloaded. Adds a parameter to pass to the Business Object Remote Procedure Call (RPC). |
![]() | Create | Overloaded. Creates a BLTClient object given a previously existing connection. |
![]() | DeleteParameter | Deletes a parameter from the end of the list to pass to the Business Object Remote Procedure Call (RPC). |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Execute | Overloaded. Invokes the Business Object component’s Execute method, optionally impersonating the current thread identity (if impersonation is supported). |
![]() | GetResults | Gets the dataset containing any data results from the Business Logic Tier (BLT) call. |
![]() | GetSyntax | Gets the Business Object component’s syntax as an XML string. |
![]() | Parameter | Holds the value of each parameter. |


