C# (CSharp) Upscaledb Database.SetCompareFunc - 2 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Upscaledb.Database.SetCompareFunc, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
This method wraps the native ups_db_set_compare_func function.
The CompareFunc delegate compares two index keys. It returns -1 if the first key is smaller, +1 if the second key is smaller or 0 if both keys are equal.
If foo is null, upscaledb will use the default compare function (which is based on memcmp(3)).