JET_SETCOLUMN class

Contains input and output parameters for JetSetColumns(JET_SESID, JET_TABLEID, [], Int32). Fields in the structure describe what column value to set, how to set it, and where to get the column set data.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.JET_SETCOLUMN

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

Syntax

'Declaration
Public Class JET_SETCOLUMN _
    Implements IContentEquatable(Of JET_SETCOLUMN), IDeepCloneable(Of JET_SETCOLUMN)
'Usage
Dim instance As JET_SETCOLUMN
public class JET_SETCOLUMN : IContentEquatable<JET_SETCOLUMN>, 
    IDeepCloneable<JET_SETCOLUMN>

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

Microsoft.Isam.Esent.Interop namespace