JET_INDEXLIST.cRecord property
Gets the number of records in the temporary table.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property cRecord As Integer
Get
Friend Set
'Usage
Dim instance As JET_INDEXLIST
Dim value As Integer
value = instance.cRecord
public int cRecord { get; internal set; }
Property value
Type: System.Int32