C# 클래스 Microsoft.Isam.Esent.Interop.NATIVE_INDEXRANGE

파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbStruct uint
grbit uint
tableid System.IntPtr

공개 메소드들

메소드 설명
MakeIndexRangeFromTableid ( JET_TABLEID tableid ) : NATIVE_INDEXRANGE

Create a NATIVE_INDEXRANGE from a cursor.

메소드 상세

MakeIndexRangeFromTableid() 공개 정적인 메소드

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

프로퍼티 상세

cbStruct 공개적으로 프로퍼티

Size of the structure.
public uint cbStruct
리턴 uint

grbit 공개적으로 프로퍼티

Index range options.
public uint grbit
리턴 uint

tableid 공개적으로 프로퍼티

Cursor containing the index range.
public IntPtr,System tableid
리턴 System.IntPtr