Tests if the specified key exists.
Namespace:
ZarahDB_Library
Assembly:
ZarahDB_Library (in ZarahDB_Library.dll)
Parameters
- instance
- Type: Uri
The instance.
- table
- Type: String
The table.
- key
- Type: String
The key.
- checkExactMatch
- Type: Nullable<(Of <(<'Boolean>)>)>
Key collisions are possible. if set to true the file is checked to contain the
exact key if there is any chance of collision. Set this to false for the fastest execution when key
collisions are known not to exist.
Return Value
System.Boolean