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

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

Public Properties

Property Type Description
Size int
cbStruct uint
ibLongValue uint
itagSequence uint

Property Details

Size public_oe static_oe property

The size of a NATIVE_SETINFO structure.
public static int Size
return int

cbStruct public_oe property

Size of the structure.
public uint cbStruct
return uint

ibLongValue public_oe property

Offset to the first byte to be set in a column of type JET_coltypLongBinary or JET_coltypLongText.
public uint ibLongValue
return uint

itagSequence public_oe property

The sequence number of value in a multi-valued column to be set.
public uint itagSequence
return uint