Windows7Grbits.EnumerateInRecordOnly field
When enumerating column values only retrieve data that is present in the record. This means that BLOB columns will not always be retrieved.
Namespace: Microsoft.Isam.Esent.Interop.Windows7
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Const EnumerateInRecordOnly As EnumerateColumnsGrbit
'Usage
Dim value As EnumerateColumnsGrbit
value = Windows7Grbits.EnumerateInRecordOnly
public const EnumerateColumnsGrbit EnumerateInRecordOnly