Click or drag to resize

BTreeBaseKey, ValueSearchTransients Method

[Missing <summary> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.SearchTransients(`0,`0@)"]

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

Parameters

key
Type: Key

[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.SearchTransients(`0,`0@)"]

value
Type: Key

[Missing <param name="value"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.SearchTransients(`0,`0@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.SearchTransients(`0,`0@)"]

See Also