The Btree key comparison function. The comparison function is called
whenever it is necessary to compare a key specified by the
application with a key currently stored in the tree.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public EntryComparisonDelegate Compare { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property Compare As EntryComparisonDelegate |
Visual C++ |
---|
public: property EntryComparisonDelegate^ Compare { EntryComparisonDelegate^ get (); void set (EntryComparisonDelegate^ value); } |