Click or drag to resize

BTreeSetOidShortKeyFirst Method

Returns the first Key object in this set.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Key First()

Return Value

Type: Key
The first Key in the collection according to the sort order used
See Also