ADOAdapter2 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, seeADOAdapterObject.

The following tables list the members exposed by the ADOAdapter2 type.

Public Properties

  Name Description
Public property Command Gets or sets the SQL command string text for an ADOAdapterObject object.

This property is not CLS-compliant.
Public property Connection Gets or sets the connection string used for an ADOAdapterObject object.

This property is not CLS-compliant.
Public property Name Gets the name of an ADOAdapterObject object.

This property is not CLS-compliant.
Public property QueryAllowed Returns true, corresponding to the queryAllowed attribute in the form definition file (.xsf).

This property is not CLS-compliant.
Public property SubmitAllowed Returns a value corresponding to the submitAllowed attribute in the form definition file (.xsf).

This property is not CLS-compliant.
Public property Timeout Gets or sets the timeout value for an ADOAdapterObject object.

This property is not CLS-compliant.

Top

Public Methods

  Name Description
Public method BuildSQLFromXMLNodes Returns a SQL command text fragment using the specified XML node.

This method is not CLS-compliant.
Public method Query Reads data from the associated data adapter.

This method is not CLS-compliant.
Public method Submit Executes the submit operation on the associated data adapter.

This method is not CLS-compliant.

Top

See Also

Reference

ADOAdapter2 Interface
Microsoft.Office.Interop.InfoPath.SemiTrust Namespace