C# Класс Microsoft.Isam.Esent.Interop.NATIVE_ENUMCOLUMN

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
cbData uint
columnid uint
err int
pvData System.IntPtr

Описание свойств

cbData публичное свойство

The size of the value that was enumerated for the column. This member is only used if err is equal to JET_wrn.ColumnSingleValue.
The unmanaged JET_ENUMCOLUMN structure is a union so this is aliased with cEnumColumnValue.
public uint cbData
Результат uint

columnid публичное свойство

The columnid that was enumerated.
public uint columnid
Результат uint

err публичное свойство

The column status code from the enumeration of the column.
public int err
Результат int

pvData публичное свойство

The the value that was enumerated for the column. This member is only used if err is equal to JET_wrn.ColumnSingleValue.
The unmanaged JET_ENUMCOLUMN structure is a union so this is aliased with rgEnumColumnValue.
public IntPtr,System pvData
Результат System.IntPtr