BDCAdapterObject members
Include protected members
Include inherited members
Represents a data connection for retrieving or submitting data to an external list on a server that runs Microsoft SharePoint Foundation 2010 or Microsoft SharePoint Server 2010.
The BDCAdapterObject 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. (Inherited from BDCAdapter.) | |
EntityNamespace | Gets the namespace of the external content type that defines connectivity information for the data source accessed from the external list. (Inherited from BDCAdapter.) | |
LOBSystemInstance | Gets the name of the system instance to which the external content type connects to provide data to the external list. (Inherited from BDCAdapter.) | |
Name | Gets the name of the data connection represented by the BDCAdapterObject object. (Inherited from BDCAdapter.) | |
QueryAllowed | Gets a value that indicates whether a query can be performed on the data connection. (Inherited from BDCAdapter.) | |
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. (Inherited from BDCAdapter.) | |
SubmitAdapterName | Gets the name of the data connection for submitting data represented by the BDCAdapterObject object. (Inherited from BDCAdapter.) | |
SubmitAllowed | Gets a value that indicates whether data can be submitted to the data connection. (Inherited from BDCAdapter.) |
Top
Methods
Name | Description | |
---|---|---|
Query | Retrieves data from the associated data connection. (Inherited from BDCAdapter.) | |
Submit | Submits data to the associated data adapter. (Inherited from BDCAdapter.) |
Top