Click or drag to resize

DataSourceCollectionContains Method

Returns true if the specified TableDataSource is contained in the collection.

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public bool Contains(
	TableDataSource item
)

Parameters

item
Type: Easymap.AddIn.DataTableDataSource
Specified TableDataSource item

Return Value

Type: Boolean
True or False
See Also