Propiedad ColumnInfo.DefaultValue
Obtiene el valor predeterminado de la columna.
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'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; }
Valor de propiedad
Tipo: System.Collections.Generic.IListByte<>