DataSourceCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of DataSource objects that represent the data sources used within a form.
The DataSourceCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSourceCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of DataSource objects contained in the DataSourceCollection. | |
Item[Int32] | Gets a reference to the specified DataSource object from the DataSourceCollection by index value. | |
Item[String] | Gets a reference to the specified DataSource object from the DataSourceCollection by name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets a 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