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

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

Public Properties

Property Type Description
cRecord uint
cbStruct uint
columnidBaseColumnName uint
columnidBaseTableName uint
columnidCollate uint
columnidCountry uint
columnidCp uint
columnidDefault uint
columnidDefinitionName uint
columnidLangid uint
columnidPresentationOrder uint
columnidcbMax uint
columnidcoltyp uint
columnidcolumnid uint
columnidcolumnname uint
columnidgrbit uint
tableid System.IntPtr

Property Details

cRecord public property

Number of records in the temporary table.
public uint cRecord
return uint

cbStruct public property

Size of the structure.
public uint cbStruct
return uint

columnidBaseColumnName public property

Columnid of the base column name column.
public uint columnidBaseColumnName
return uint

columnidBaseTableName public property

Columnid of the base table name column.
public uint columnidBaseTableName
return uint

columnidCollate public property

Columnid of the collation column.
public uint columnidCollate
return uint

columnidCountry public property

Columnid of the country column.
public uint columnidCountry
return uint

columnidCp public property

Columnid of the codepage column.
public uint columnidCp
return uint

columnidDefault public property

Columnid of the default value column.
public uint columnidDefault
return uint

columnidDefinitionName public property

The column identifier of the name of the column definition.
public uint columnidDefinitionName
return uint

columnidLangid public property

Columnid of the langid column.
public uint columnidLangid
return uint

columnidPresentationOrder public property

Columnid of the presentation order column.
public uint columnidPresentationOrder
return uint

columnidcbMax public property

Columnid of the cbMax column.
public uint columnidcbMax
return uint

columnidcoltyp public property

Columnid of the coltyp column.
public uint columnidcoltyp
return uint

columnidcolumnid public property

Columnid of the columnid column.
public uint columnidcolumnid
return uint

columnidcolumnname public property

Columnid of the name column.
public uint columnidcolumnname
return uint

columnidgrbit public property

Columnid of the grbit column.
public uint columnidgrbit
return uint

tableid public property

Tableid of the temporary table.
public IntPtr,System tableid
return System.IntPtr