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

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

Public Properties

Property Type Description
cbStruct uint
grbit uint
szColumnName string

Property Details

cbStruct public property

Size of the structure.
public uint cbStruct
return uint

grbit public property

Conditional column option.
public uint grbit
return uint

szColumnName public property

Name of the column.
public string szColumnName
return string