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

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

Public Properties

Property Type Description
cbMax uint
cbStruct uint
coltyp uint
columnid uint
cp ushort
grbit uint
langid ushort
wCollate ushort
wCountry ushort

Property Details

cbMax public property

Maximum length of the column.
public uint cbMax
return uint

cbStruct public property

Size of the structure.
public uint cbStruct
return uint

coltyp public property

Type of the column.
public uint coltyp
return uint

columnid public property

Column ID.
public uint columnid
return uint

cp public property

Code page for text columns.
public ushort cp
return ushort

grbit public property

Column options.
public uint grbit
return uint

langid public property

Obsolete. Should be 0.
public ushort langid
return ushort

wCollate public property

Reserved. Should be 0.
public ushort wCollate
return ushort

wCountry public property

Reserved. Should be 0.
public ushort wCountry
return ushort