BDCAdapter members
Include protected members
Include inherited members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeBDCAdapterObject.
The BDCAdapter type exposes the following members.
Properties
Name | Description | |
---|---|---|
EntityName | Gets the name of the external content type that defines connectivity information for the data source accessed from the external list. | |
EntityNamespace | Gets the namespace of the external content type that defines connectivity information for the data source accessed from the external list. | |
LOBSystemInstance | Gets the name of the system instance to which the external content type connects to provide data to the external list. | |
Name | Gets the name of the data connection represented by the BDCAdapterObject object. | |
QueryAllowed | Gets a value that indicates whether a query can be performed on the data connection. | |
SpecificFinder | Gets the name of the operation defined in the external content type for querying the data source that contains the items displayed in the external list. | |
SubmitAdapterName | Gets the name of the data connection for submitting data represented by the BDCAdapterObject object. | |
SubmitAllowed | Gets a value that indicates whether data can be submitted to the data connection. |
Top
Methods
Name | Description | |
---|---|---|
Query | Retrieves data from the associated data connection. | |
Submit | Submits data to the associated data adapter. |
Top