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

Datei anzeigen Open project: ayende/managed-esent Class Usage Examples

Public Properties

Property Type Description
cRecords uint
cbStruct uint
columnidBookmark uint
tableid System.IntPtr

Property Details

cRecords public_oe property

Number of records in the table.
public uint cRecords
return uint

cbStruct public_oe property

Size of the structure.
public uint cbStruct
return uint

columnidBookmark public_oe property

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

tableid public_oe property

Temporary table containing the bookmarks.
public IntPtr,System tableid
return System.IntPtr