ADOAdapter2 members
Include protected members
Include inherited 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 ADOAdapter2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
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, seeCommand. (Inherited from ADOAdapter.) | |
Command | Gets or sets the SQL command string text for an ADOAdapterObject object. | |
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, seeConnection. (Inherited from ADOAdapter.) | |
Connection | Gets or sets the connection string used for an ADOAdapterObject object. | |
Name | Gets the name of an ADOAdapterObject object. | |
QueryAllowed | Returns true, corresponding to the queryAllowed attribute in the form definition file (.xsf). | |
SubmitAllowed | Returns a value corresponding to the submitAllowed attribute in the form definition file (.xsf). | |
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, seeTimeout. (Inherited from ADOAdapter.) | |
Timeout | Gets or sets the timeout value for an ADOAdapterObject object. |
Top
Methods
Name | Description | |
---|---|---|
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, seeBuildSQLFromXMLNodes. (Inherited from ADOAdapter.) | |
BuildSQLFromXMLNodes(IXMLDOMNode) | Returns a SQL command text fragment using the specified XML node. | |
Query | Reads data from the associated data adapter. | |
Submit | Executes the submit operation on the associated data adapter. |
Top