ColumnValueOfStruct<T>. Propriedade Value
Obtém ou define o valor no struct.
Namespace:Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (em Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property Value As Nullable(Of T)
Get
Set
'Usage
Dim instance As ColumnValueOfStruct
Dim value As Nullable(Of T)
value = instance.Value
instance.Value = value
public Nullable<T> Value { get; set; }
Valor da propriedade
Tipo: System.Nullable<T>
Confira também
Referência
Classe T> ColumnValueOfStruct<