Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Microsoft
Isam
Esent
Interop
NATIVE_ENUMCOLUMNVALUE
C# Class Microsoft.Isam.Esent.Interop.NATIVE_ENUMCOLUMNVALUE
Exibir arquivo
Open project: ayende/managed-esent
Class Usage Examples
Public Properties
Property
Type
Description
cbData
uint
err
int
itagSequence
uint
pvData
System.IntPtr
Property Details
cbData
public_oe property
Size of returned data.
public
uint
cbData
return
uint
err
public_oe property
Error or warning from the enumeration.
public
int
err
return
int
itagSequence
public_oe property
The column value that was enumerated.
public
uint
itagSequence
return
uint
pvData
public_oe property
Pointer to returned data.
public
IntPtr,System
pvData
return
System.IntPtr