BDCAdapter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class BDCAdapter
[System.Runtime.InteropServices.Guid("096CD743-0786-11D1-95FA-0080C78EE3BB")]
public interface BDCAdapter
type BDCAdapter = interface
Public Interface BDCAdapter
- Derived
- Attributes
Properties
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. |
Methods
Query() |
Retrieves data from the associated data connection. |
Submit() |
Submits data to the associated data adapter. |