Click or drag to resize

BTreeBaseKey, ValueTryGetKey Method (Key, Key)

Gets the value matching persistent key with the specified key.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool TryGetKey(
	Key key,
	ref Key value
)

Parameters

key
Type: Key
The key of the value to get.
value
Type: Key
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the set contains an element with the specified key; otherwise, false.
See Also