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

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

Public Properties

Property Type Description
cbStruct uint
grbit uint
tableid System.IntPtr

Public Methods

Method Description
MakeIndexRangeFromTableid ( JET_TABLEID tableid ) : NATIVE_INDEXRANGE

Create a NATIVE_INDEXRANGE from a cursor.

Method Details

MakeIndexRangeFromTableid() public static method

Create a NATIVE_INDEXRANGE from a cursor.
public static MakeIndexRangeFromTableid ( JET_TABLEID tableid ) : NATIVE_INDEXRANGE
tableid JET_TABLEID The cursor containing the index range.
return NATIVE_INDEXRANGE

Property Details

cbStruct public property

Size of the structure.
public uint cbStruct
return uint

grbit public property

Index range options.
public uint grbit
return uint

tableid public property

Cursor containing the index range.
public IntPtr,System tableid
return System.IntPtr