FileQueryConnection Members

Include Protected Members
Include Inherited Members

Represents a connection for retrieving data from an XML file.

The FileQueryConnection type exposes the following members.

Constructors

  Name Description
Protected method FileQueryConnection

Top

Properties

  Name Description
Public property FileLocation Gets or sets the Uniform Resource Locator (URL) or universal naming convention (UNC) path of the XML file that is associated with the FileQueryConnection object.
Public property Name Gets the name of the data connection. (Inherited from DataConnection.)

Top

Methods

  Name Description
Public method Equals (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 Execute(XPathNavigator) Overrides the default Execute method to allow specifying a different location to insert the data that is returned.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

FileQueryConnection Class

Microsoft.Office.InfoPath Namespace