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
Public property EntityName Gets the name of the external content type that defines connectivity information for the data source accessed from the external list.
Public property EntityNamespace Gets the namespace of the external content type that defines connectivity information for the data source accessed from the external list.
Public property LOBSystemInstance Gets the name of the system instance to which the external content type connects to provide data to the external list.
Public property Name Gets the name of the data connection represented by the BDCAdapterObject object.
Public property QueryAllowed Gets a value that indicates whether a query can be performed on the data connection.
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.
Public property SubmitAdapterName Gets the name of the data connection for submitting data represented by the BDCAdapterObject object.
Public property SubmitAllowed Gets a value that indicates whether data can be submitted to the data connection.

Top

Methods

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

Top

See also

Reference

BDCAdapter interface

Microsoft.Office.Interop.InfoPath namespace