Click or drag to resize

DataSourceCollectionGetEnumerator Method

Enumerates through the list of datasources.

Namespace:  Easymap.AddIn.Data
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public IEnumerator<TableDataSource> GetEnumerator()

Return Value

Type: IEnumeratorTableDataSource

Implements

IEnumerableTGetEnumerator
See Also