C# Class Microsoft.Isam.Esent.Interop.NATIVE_CONDITIONALCOLUMN

Mostra file Open project: ayende/managed-esent Class Usage Examples

Public Properties

Property Type Description
cbStruct uint
grbit uint
szColumnName string

Property Details

cbStruct public_oe property

Size of the structure.
public uint cbStruct
return uint

grbit public_oe property

Conditional column option.
public uint grbit
return uint

szColumnName public_oe property

Name of the column.
public string szColumnName
return string