Edit

JET_CONDITIONALCOLUMN members

Include protected members
Include inherited members

Defines how conditional indexing is performed for a given index. A conditional index contains an index entry for only those rows that match the specified condition. However, the conditional column is not part of the index's key, it only controls the presence of the index entry.

The JET_CONDITIONALCOLUMN type exposes the following members.

Constructors

  Name Description
Public method JET_CONDITIONALCOLUMN

Top

Properties

  Name Description
Public property grbit Gets or sets the options for the conditional index.
Public property szColumnName Gets or sets the name of the conditional column.

Top

Methods

  Name Description
Public method ContentEquals Returns a value indicating whether this instance is equal to another instance.
Public method DeepClone Returns a deep copy of the object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Generate a string representation of the instance. (Overrides Object.ToString().)

Top

See also

Reference

JET_CONDITIONALCOLUMN class

Microsoft.Isam.Esent.Interop namespace