Click or drag to resize

DataSourceCollection Class

List of all available datasources.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class DataSourceCollection : BaseObject, 
	IEnumerable<TableDataSource>, IEnumerable

The DataSourceCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Adding a new TableDataSource to the DataSourceCollection.
Public methodContains
Returns true if the specified TableDataSource is contained in the collection.
Public methodFindByCaption
Finds a TableDataSource by its caption
Public methodFindByName
Finds a TableDataSource by its name
Public methodGetEnumerator
Enumerates through the list of datasources.
Public methodIndexOf
Returns the index of the specified TableDataSource item.
Public methodRefresh
Refresh the datasource.
Top
See Also