ISystemUtility.DefaultConnectionManager Property
Gets the ConnectionManager instance that should be used with this system utility. This property should return a null reference (Nothing in Visual Basic) if the connector is not capable of explicit connection management.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property DefaultConnectionManager As IConnectionManager
Get
'Usage
Dim instance As ISystemUtility
Dim value As IConnectionManager
value = instance.DefaultConnectionManager
IConnectionManager DefaultConnectionManager { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.IConnectionManager
The ConnectionManager instance
Remarks
This property returns a null reference (Nothing in Visual Basic) if the connector is not capable of explicit connection management.
Examples
Code Snippet: Implementing a Custom Connector