Upscaledb Database.SetCompareFunc em C# (CSharp) - 2 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Upscaledb.Database.SetCompareFunc em C# (CSharp) extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
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)).