| 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: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic 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: 
IComparerKey See Also
See Also