Edit

JET_ENUMCOLUMNVALUE members

Include protected members
Include inherited members

Enumerates the column values of a record using the JetEnumerateColumns function. JetEnumerateColumns(JET_SESID, JET_TABLEID, Int32, [], Int32, [], JET_PFNREALLOC, IntPtr, Int32, EnumerateColumnsGrbit) returns an array of JET_ENUMCOLUMNVALUE structures. The array is returned in memory that was allocated using the callback that was supplied to that function.

The JET_ENUMCOLUMNVALUE type exposes the following members.

Constructors

  Name Description
Public method JET_ENUMCOLUMNVALUE

Top

Properties

  Name Description
Public property cbData Gets the size of the column value for the column.
Public property err Gets the column status code resulting from the enumeration of the column value.
Public property itagSequence Gets the column value (by one-based index) that was enumerated.
Public property pvData Gets the value that was enumerated for the column.

Top

Methods

  Name Description
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 Returns a String that represents the current JET_ENUMCOLUMNVALUE. (Overrides Object.ToString().)

Top

See also

Reference

JET_ENUMCOLUMNVALUE class

Microsoft.Isam.Esent.Interop namespace