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

Mostra 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_oe property

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

cbStruct public_oe property

Size of the structure.
public uint cbStruct
return uint

columnidBaseColumnName public_oe property

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

columnidBaseTableName public_oe property

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

columnidCollate public_oe property

Columnid of the collation column.
public uint columnidCollate
return uint

columnidCountry public_oe property

Columnid of the country column.
public uint columnidCountry
return uint

columnidCp public_oe property

Columnid of the codepage column.
public uint columnidCp
return uint

columnidDefault public_oe property

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

columnidDefinitionName public_oe property

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

columnidLangid public_oe property

Columnid of the langid column.
public uint columnidLangid
return uint

columnidPresentationOrder public_oe property

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

columnidcbMax public_oe property

Columnid of the cbMax column.
public uint columnidcbMax
return uint

columnidcoltyp public_oe property

Columnid of the coltyp column.
public uint columnidcoltyp
return uint

columnidcolumnid public_oe property

Columnid of the columnid column.
public uint columnidcolumnid
return uint

columnidcolumnname public_oe property

Columnid of the name column.
public uint columnidcolumnname
return uint

columnidgrbit public_oe property

Columnid of the grbit column.
public uint columnidgrbit
return uint

tableid public_oe property

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