Click or drag to resize

DataSourceFindAny Method

Finds all rows which values of the specified Column matches the specified value.

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public int[] FindAny(
	string columnName,
	Object value
)

Parameters

columnName  String
 
value  Object
 

Return Value

Int32
Returns the found row indizies
See Also