JET_ENUMCOLUMN class

Enumerates the column values of a record using the JetEnumerateColumns function. JetEnumerateColumns 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.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.JET_ENUMCOLUMN

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

Syntax

'Declaration
Public Class JET_ENUMCOLUMN
'Usage
Dim instance As JET_ENUMCOLUMN
public class JET_ENUMCOLUMN

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

JET_ENUMCOLUMN members

Microsoft.Isam.Esent.Interop namespace