DataConnectionCollection Members
Include Protected Members
Include Inherited Members
Contains a data connection object corresponding to each data connection used within a form template.
The DataConnectionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataConnectionCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of DataConnection objects in the collection. | |
Item[Int32] | Gets a reference to the specified DataConnection object from the collection by index value. | |
Item[String] | Gets a reference to the specified DataConnection object from the collection by name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an IEnumerator object that iterates over all entries in the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top