Click or drag to resize

DataSourceCollection Class

List of all available datasources.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.DataDataSourceCollection

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

The DataSourceCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in DataSourceCollection.
Public propertyDocument Gets the associated Document of the DataSourceCollection.
Public propertyItemInt32 Gets a TableDataSource by index.
Public propertyItemString Gets a TableDataSource by caption.
Top
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