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

Afficher le fichier Open project: ayende/managed-esent Class Usage Examples

Méthodes publiques

Свойство 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
Résultat uint

cbStruct public_oe property

Size of the structure.
public uint cbStruct
Résultat uint

columnidBookmark public_oe property

Column id of the column containing the record bookmarks.
public uint columnidBookmark
Résultat uint

tableid public_oe property

Temporary table containing the bookmarks.
public IntPtr,System tableid
Résultat System.IntPtr