Aerospike LINDPad Driver

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.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


Inheritance Hierarchy


Object
  Aerospike.Database.LINQPadDriver.Extensions..::..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)]