BDCAdapterObject Interface

Definition

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.

public interface class BDCAdapterObject : Microsoft::Office::Interop::InfoPath::BDCAdapter
[System.Runtime.InteropServices.Guid("096CD743-0786-11D1-95FA-0080C78EE3BB")]
public interface BDCAdapterObject : Microsoft.Office.Interop.InfoPath.BDCAdapter
type BDCAdapterObject = interface
    interface BDCAdapter
Public Interface BDCAdapterObject
Implements BDCAdapter
Derived
Attributes
Implements

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeBDCAdapter.

An external list is an external data source that is registered in the Business Data Connectivity service (BDC) on a server that runs SharePoint Foundation 2010 or SharePoint Server 2010. An external list is based on an external content type that specifies how to connect to and work with the data from an external business entity, such as a SQL Server database or Web service. After you create an external list, you can generally use its data like any other SharePoint list. For more information about how to create external content types and external lists, see Building Solutions Using the Presentation Features of Business Connectivity Services

Properties

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)

Methods

Query()

Retrieves data from the associated data connection.

(Inherited from BDCAdapter)
Submit()

Submits data to the associated data adapter.

(Inherited from BDCAdapter)

Applies to