Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Isam
Esent
Interop
NATIVE_ENUMCOLUMNVALUE
C# Class Microsoft.Isam.Esent.Interop.NATIVE_ENUMCOLUMNVALUE
Show file
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 property
Size of returned data.
public
uint
cbData
return
uint
err
public property
Error or warning from the enumeration.
public
int
err
return
int
itagSequence
public property
The column value that was enumerated.
public
uint
itagSequence
return
uint
pvData
public property
Pointer to returned data.
public
IntPtr,System
pvData
return
System.IntPtr