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

Datei anzeigen 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_oe property

Maximum length of the column.
public uint cbMax
return uint

cbStruct public_oe property

Size of the structure.
public uint cbStruct
return uint

coltyp public_oe property

Type of the column.
public uint coltyp
return uint

columnid public_oe property

Column ID.
public uint columnid
return uint

cp public_oe property

Code page for text columns.
public ushort cp
return ushort

grbit public_oe property

Column options.
public uint grbit
return uint

langid public_oe property

Obsolete. Should be 0.
public ushort langid
return ushort

wCollate public_oe property

Reserved. Should be 0.
public ushort wCollate
return ushort

wCountry public_oe property

Reserved. Should be 0.
public ushort wCountry
return ushort