AValue Class
A wrapper around an Object value. This is used as an aid so that casting is not required to perform comparison operations, etc. This object also performs implicit casting to standard .Net data types while using LINQ...
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
[DebuggerDisplayAttribute] public class AValue : IConvertible, IComparable, IEquatable<AValue>, IEqualityComparer<AValue>, IComparable<AValue>
See Also
[AValue.ToValue(Client.Bin)]
[AValue.ToValue(Client.Value)]
[APrimaryKey.ToValue(Client.Key)]
[AValueHelper.ToAValue(Client.Bin)]
[AValueHelper.ToAPrimaryKey(Client.Key)]
[AValueHelper.ToAValue{T}(T?, string, string)]
[AValueHelper.Cast{TResult}(IEnumerable{AValue})]
[AValueHelper.OfType{TResult}(IEnumerable{AValue})]
[AValueHelper.TryGetValue{T}(IEnumerable{AValue}, T, bool)]
[AValueHelper.Contains{T}(IEnumerable{AValue}, T, AValue.MatchOptions)]
[AValueHelper.FindAll{T}(IEnumerable{AValue}, T, AValue.MatchOptions)]