Get¶
Lookups a data table row from dictionary.
1 |
|
Parameters¶
string key
Data table row key
Returns¶
Returns the matching object from DataTableDictionary if found, otherwise returns null.
Remarks¶
If key value trimmed if starts with numeric 0 characters if not contain any '.' (dot) character. For example : '00001234' key becomes '1234' but '000.1234' preserved.
If multiple rows matched with key an matching object array is returns.
Example¶
1 2 3 4 5 6 7 8 9 10 |
|
See Also¶
- DataTableDictionary.Ensure
- ( DataRow | Array<DataRow> )
- DataTableDictionary