SharePointListRWQueryConnection Members
Include Protected Members
Include Inherited Members
Represents a data connection for retrieving data from a SharePoint list or document library.
The SharePointListRWQueryConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SharePointListRWQueryConnection |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ContentTypeId | Gets or sets the content type ID of the SharePoint list associated with the SharePointListRWQueryConnection object. |
![]() |
ListId | Gets or sets the list ID of the SharePoint list associated with the SharePointListRWQueryConnection object. |
![]() |
Name | Gets the name of the data connection. (Inherited from DataConnection.) |
![]() |
SiteUrl | Gets or sets a Uri object that represents the URL of the SharePoint Foundation site associated with the SharepointListRWQueryConnection 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) | Overrides the default Execute method to enable 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