ColumnValueOfStruct<T>.ValueAsObject property
Gets the last set or retrieved value of the column. The value is returned as a generic object.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ValueAsObject As Object
Get
'Usage
Dim instance As ColumnValueOfStruct
Dim value As Object
value = instance.ValueAsObject
public override Object ValueAsObject { get; }
Property value
Type: System.Object