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
Public property 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.)
Public property 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.)
Public property 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.)
Public property Name Gets the name of the data connection represented by the BDCAdapterObject object. (Inherited from BDCAdapter.)
Public property QueryAllowed Gets a value that indicates whether a query can be performed on the data connection. (Inherited from BDCAdapter.)
Public property 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.)
Public property SubmitAdapterName Gets the name of the data connection for submitting data represented by the BDCAdapterObject object. (Inherited from BDCAdapter.)
Public property SubmitAllowed Gets a value that indicates whether data can be submitted to the data connection. (Inherited from BDCAdapter.)

Top

Methods

  Name Description
Public method Query Retrieves data from the associated data connection. (Inherited from BDCAdapter.)
Public method Submit Submits data to the associated data adapter. (Inherited from BDCAdapter.)

Top

See also

Reference

BDCAdapterObject interface

Microsoft.Office.Interop.InfoPath namespace