Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default value of the column.
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; }
Property value
Type: System.Collections.Generic.IList<Byte>