BDCAdapterObject interface

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.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<GuidAttribute("096CD743-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface BDCAdapterObject _
    Inherits BDCAdapter
'Usage
Dim instance As BDCAdapterObject
[GuidAttribute("096CD743-0786-11D1-95FA-0080C78EE3BB")]
public interface BDCAdapterObject : BDCAdapter

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

See also

Reference

BDCAdapterObject members

Microsoft.Office.Interop.InfoPath namespace