Edit

JET_ENUMCOLUMNID properties

Include protected members
Include inherited members

The JET_ENUMCOLUMNID type exposes the following members.

Properties

  Name Description
Public property columnid Gets or sets the columnid ID to enumerate.
Public property ctagSequence Gets or sets the count of column values (by one-based index) to enumerate for the specified column ID. If ctagSequence is 0 (zero) then rgtagSequence is ignored and all column values for the specified column ID will be enumerated.
Public property rgtagSequence Gets or sets the array of one-based indices into the array of column values for a given column. A single element is an itagSequence which is defined in JET_RETRIEVECOLUMN. An itagSequence of 0 (zero) means "skip". An itagSequence of 1 means return the first column value of the column, 2 means the second, and so on.

Top

See also

Reference

JET_ENUMCOLUMNID class

Microsoft.Isam.Esent.Interop namespace