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

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

공개 프로퍼티들

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

프로퍼티 상세

cRecords 공개적으로 프로퍼티

Number of records in the table.
public uint cRecords
리턴 uint

cbStruct 공개적으로 프로퍼티

Size of the structure.
public uint cbStruct
리턴 uint

columnidBookmark 공개적으로 프로퍼티

Column id of the column containing the record bookmarks.
public uint columnidBookmark
리턴 uint

tableid 공개적으로 프로퍼티

Temporary table containing the bookmarks.
public IntPtr,System tableid
리턴 System.IntPtr