BdcSubmitConnection Members
Include Protected Members
Include Inherited Members
Represents a data connection for submitting data to an external list on a server running Microsoft SharePoint Foundation 2010 or Microsoft SharePoint Server 2010.
The BdcSubmitConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BdcSubmitConnection |
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 submitting to 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