AdoQueryConnection Members (Microsoft.Office.InfoPath)
Represents a connection for retrieving data from a Microsoft Access or Microsoft SQL Server database.
The following tables list the members exposed by the AdoQueryConnection type.
| Name | Description | |
|---|---|---|
| Command | Gets or sets the SQL command string text for an AdoQueryConnection object. |
| Connection | Gets or sets the connection string used for an AdoQueryConnection object. |
| Name | Gets the name of the data connection.(inherited from DataConnection) |
| Timeout | Gets or sets the timeout value in seconds for a data connection associated with an AdoQueryConnection object. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BuildSqlFromXmlNodes | Returns a SQL command text fragment parsed from the specified XML node that contains query fields values. |
| Equals | Overloaded. (inherited from Object) |
| Execute | Depending on which ConnectionTypeConnection class it is called from, executes a submit or query operation on the data connection using the declaratively defined values for the submitted data, query parameters, or data to retrieve.(inherited from DataConnection) |
| GetHashCode | (inherited from Object) |
| GetType | (inherited from Object) |
| ReferenceEquals | (inherited from Object) |
| ToString | (inherited from Object) |