DataSourceCollection Class |
Namespace: Easymap.AddIn.Data
The DataSourceCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of items in DataSourceCollection.
| |
Document |
Gets the associated Document of the DataSourceCollection.
| |
ItemInt32 |
Gets a TableDataSource by index.
| |
ItemString |
Gets a TableDataSource by caption.
|
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.
|