ISystemUtility Members
Include Protected Members
Include Inherited Members
Represents the primary interface implemented by custom connectors.
The ISystemUtility type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultConnectionManager | 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. | |
DefaultTypeReflector | Gets the TypeReflector instance that should be used with this SystemUtility by default. |
Top
Methods
Name | Description | |
---|---|---|
CreateEntityInstanceDataEnumerator | Converts line-of-business data stream into an enumerator of objects that represent external items. | |
ExecuteStatic | Executes a MethodInstance against the given external system instance with given parameters. |
Top