ISystemUtility Interface
Represents the primary interface implemented by custom connectors.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface ISystemUtility
'Usage
Dim instance As ISystemUtility
public interface ISystemUtility
Remarks
Represents an interface that defines methods to perform executions on the external system and provides handles to other pieces of the connector.
Examples
Code Snippet: Implementing a Custom Connector