Click or drag to resize

DataSource.FindAnyKey Method

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

Namespace:  Easymap.AddIn.Data
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntax
public int[] FindAnyKey(
	string columnName,
	Object key
)

Parameters

columnName
Type: System.String
key
Type: System.Object

Return Value

Type:Int32[]
Returns the found row indizies
Remarks
This function matches keys with or without leading zeros.
See Also