ValueGet Method

Overload List

Get(ValueBlobValue) Get blob value instance.
Get(Boolean) Get boolean value instance.
Get(Byte) Get boolean value instance.
Get(Byte) Get byte array value instance.
Get(Double) Get double value instance.
Get(IDictionary) Get map value instance.
Get(IList) Get list value instance.
Get(Int16) Get short value instance.
Get(Int32) Get integer value instance.
Get(Int64) Get long value instance.
Get(SByte) Get signed boolean value instance.
Get(Single) Get float value instance.
Get(String) Get string or null value instance.
Get(UInt16) Get unsigned short value instance.
Get(UInt32) Get unsigned integer value instance.
Get(UInt64) Get unsigned long value instance.
Get(Value) Get ValueArray value instance.
Get(IDictionary, MapOrder) Get map value instance.
Get(Byte, Int32, Int32) Get byte array segment value instance.
GetT(T) Determine value given generic object. This is the slowest of the Value get() methods. Useful when copying records from one cluster to another.

See Also