DataConnection Members
Include Protected Members
Include Inherited Members
Represents the base class from which each specific type of data connection is derived.
The DataConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataConnection |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the data connection. |
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. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top