Edit

Share via


ConditionalColumnGrbit enumeration

Options for the JET_CONDITIONALCOLUMN structure.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ConditionalColumnGrbit
'Usage
Dim instance As ConditionalColumnGrbit
[FlagsAttribute]
public enum ConditionalColumnGrbit

Members

Member name Description
ColumnMustBeNull The column must be null for an index entry to appear in the index.
ColumnMustBeNonNull The column must be non-null for an index entry to appear in the index.

See also

Reference

Microsoft.Isam.Esent.Interop namespace