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.3.0.0
Syntax
public IEnumerator<TableDataSource> GetEnumerator()

Return Value

IEnumeratorTableDataSource

Implements

IEnumerableTGetEnumerator
See Also