Click or drag to resize

DataSourceFind Method

Finds the first row which value of the specified Column matches the specified value.

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public int Find(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
value
Type: SystemObject

Return Value

Type: Int32
Returns the found row indizies
See Also