JET_ENUMCOLUMNVALUE class

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.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.JET_ENUMCOLUMNVALUE

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

Syntax

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

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_ENUMCOLUMNVALUE members

Microsoft.Isam.Esent.Interop namespace