BTreeBaseKey, ValueGetAlternateComparer Property |
If comparer isn't set then if Key type is string use SessionBase.DefaultStringComparer or ...
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public IComparer<Key> GetAlternateComparer { get; }
Public ReadOnly Property GetAlternateComparer As IComparer(Of Key)
Get
public:
property IComparer<Key>^ GetAlternateComparer {
IComparer<Key>^ get ();
}
member GetAlternateComparer : IComparer<'Key> with get
Property Value
Type:
IComparerKeySee Also