DataSourceCollection Methods |
The DataSourceCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adding a new TableDataSource to the DataSourceCollection.
| |
| Contains |
Returns true if the specified TableDataSource is contained in the collection.
| |
| FindByCaption |
Finds a TableDataSource by its caption
| |
| FindByName |
Finds a TableDataSource by its name
| |
| GetEnumerator |
Enumerates through the list of datasources.
| |
| IndexOf |
Returns the index of the specified TableDataSource item.
| |
| Refresh |
Refresh the datasource.
|