Edit

ColumnInfo.DefaultValue property

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>

See also

Reference

ColumnInfo class

ColumnInfo members

Microsoft.Isam.Esent.Interop namespace