KeyRange Class

BerkeleyDB

A class representing an estimate of the proportion of keys that are less than, equal to, and greater than a given key.

Values are in the range of 0 to 1; for example, if the field less is 0.05, 5% of the keys in the database are less than the key parameter. The value for equal will be zero if there is no matching key, and will be non-zero otherwise.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public class KeyRange
Visual Basic (Declaration)
Public Class KeyRange
Visual C++
public ref class KeyRange

Inheritance Hierarchy

System..::.Object
  BerkeleyDB..::.KeyRange

See Also