SharepointListQueryConnection Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Represents a data connection for retrieving data from a SharePoint list or document library.
The SharepointListQueryConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SharepointListQueryConnection | Obsolete. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the data connection. (Inherited from DataConnection.) | |
QueryThisFormOnly | Obsolete. Gets whether the query operation will apply only to the current form. | |
SiteUrl | Obsolete. Gets a System.Uri object that represents the Uniform Resource Locator (URL) of the Windows SharePoint Services site associated with the SharepointListQueryConnection object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (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.) | |
Execute(XPathNavigator) | Obsolete. Overrides the default Execute method to allow specifying a different location to insert the data that is returned. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top