BdcQueryConnection Members
Include Protected Members
Include Inherited Members
Represents a data connection for retrieving data from an external list on a server that runs Microsoft SharePoint Foundation 2010 or Microsoft SharePoint Server 2010.
The BdcQueryConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BdcQueryConnection |
Top
Properties
Name | Description | |
---|---|---|
EntityName | Gets the name of the external content type that defines connectivity information for the data source accessed from the external list. | |
EntityNamespace | Gets the namespace of the external content type that defines connectivity information for the data source accessed from the external list. | |
LobSystemInstance | Gets the name of the system instance to which the external content type connects to provide data to the external list. | |
Name | Gets the name of the data connection. (Inherited from DataConnection.) | |
SpecificFinder | Gets the name of the operation defined in the external content type for querying the data source that contains the items displayed in the external list. |
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.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top