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.

Protected Constructors

  Name Description
Protected method AdoQueryConnection  

Top

Public Properties

  Name Description
Public property Command Gets or sets the SQL command string text for an AdoQueryConnection object.
Public property Connection Gets or sets the connection string used for an AdoQueryConnection object.
Public property Name  Gets the name of the data connection.(inherited from DataConnection)
Public property Timeout Gets or sets the timeout value in seconds for a data connection associated with an AdoQueryConnection object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method BuildSqlFromXmlNodes Returns a SQL command text fragment parsed from the specified XML node that contains query fields values.
Public method Equals  Overloaded. (inherited from Object)
Public method 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)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method Static ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

AdoQueryConnection Class
Microsoft.Office.InfoPath Namespace