ColumnInfo.DefaultValue-Eigenschaft
Ruft den Standardwert der Spalte ab.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultValue As IList(Of Byte)
Get
'Usage
Dim instance As ColumnInfo
Dim value As IList(Of Byte)
value = instance.DefaultValue
public IList<byte> DefaultValue { get; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<Byte>