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: 12.0.0.0
Syntax public int[] FindAnyKey(
string columnName,
Object key
)
Public Function FindAnyKey (
columnName As String,
key As Object
) As Integer()
Parameters
- columnName
- Type: SystemString
- key
- Type: SystemObject
Return Value
Type:
Int32Returns the found row indizies
Remarks
This function matches keys with or without leading zeros.
See Also