ADOAdapterObject members

Include protected members
Include inherited members

Represents a connection to a Microsoft ActiveX Data Objects/OLEDB data source.

The ADOAdapterObject type exposes the following members.

Properties

  Name Description
Public property Command This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeMicrosoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2. (Inherited from ADOAdapter.)
Public property Command Gets or sets the SQL command string text for an ADOAdapterObject object. (Inherited from ADOAdapter2.)
Public property Connection This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeMicrosoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2. (Inherited from ADOAdapter.)
Public property Connection Gets or sets the connection string used for an ADOAdapterObject object. (Inherited from ADOAdapter2.)
Public property Name Gets the name of an ADOAdapterObject object. (Inherited from ADOAdapter2.)
Public property QueryAllowed Returns true, corresponding to the queryAllowed attribute in the form definition file (.xsf). (Inherited from ADOAdapter2.)
Public property SubmitAllowed Returns a value corresponding to the submitAllowed attribute in the form definition file (.xsf). (Inherited from ADOAdapter2.)
Public property Timeout This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeMicrosoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2. (Inherited from ADOAdapter.)
Public property Timeout Gets or sets the timeout value for an ADOAdapterObject object. (Inherited from ADOAdapter2.)

Top

Methods

  Name Description
Public method BuildSQLFromXMLNodes(IXMLDOMNode) This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, seeMicrosoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2. (Inherited from ADOAdapter.)
Public method BuildSQLFromXMLNodes(IXMLDOMNode) Returns a SQL command text fragment using the specified XML node. (Inherited from ADOAdapter2.)
Public method Query Reads data from the associated data adapter. (Inherited from ADOAdapter2.)
Public method Submit Executes the submit operation on the associated data adapter. (Inherited from ADOAdapter2.)

Top

See also

Reference

ADOAdapterObject interface

Microsoft.Office.Interop.InfoPath.SemiTrust namespace