FdbKeySelector<TKey>
Namespace: FoundationDB.Client · struct
Implements: IFormattable
Constructors
FdbKeySelector<TKey>
FdbKeySelector<TKey>(TKey key, bool orEqual, int offset)
Creates a new selector
Methods
PrettyPrint
string PrettyPrint(PrettyPrintMode mode)
Returns a displayable representation of the key selector
ToSelector
KeySelector ToSelector()
ToString
string ToString()
Converts the value of the current KeySelector object into its equivalent string representation
string ToString(string format, IFormatProvider formatProvider = null)
Converts the value of the current KeySelector object into its equivalent string representation
Fields
Key
readonly TKey Key
Key of the selector
Offset
readonly int Offset
Offset of the selected key
OrEqual
readonly bool OrEqual
If true, the selected key can be equal to Key.