Click or drag to resize

DataSourceFindAnyKey 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: 11.2.0.0
Syntax
public int[] FindAnyKey(
	string columnName,
	Object key
)

Parameters

columnName
Type: SystemString
key
Type: SystemObject

Return Value

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