Edit

JET_SETCOLUMN members

Include protected members
Include inherited members

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.

The JET_SETCOLUMN type exposes the following members.

Constructors

  Name Description
Public method JET_SETCOLUMN

Top

Properties

  Name Description
Public property cbData Gets or sets the size of the data to set.
Public property columnid Gets or sets the column identifier for a column to set.
Public property err Gets the error code or warning returned from the set column operation.
Public property grbit Gets or sets options for the set column operation.
Public property ibData Gets or sets the offset of the data to set.
Public property ibLongValue Gets or sets offset to the first byte to be set in a column of type LongBinary or LongText.
Public property itagSequence Gets or sets the sequence number of value in a multi-valued column to be set. The array of values is one-based. The first value is sequence 1, not 0 (zero). If the record column has only one value then 1 should be passed as the itagSequence if that value is being replaced. A value of 0 (zero) means to add a new column value instance to the end of the sequence of column values.
Public property pvData Gets or sets a pointer to the data to set.

Top

Methods

  Name Description
Public method ContentEquals Returns a value indicating whether this instance is equal to another instance.
Public method DeepClone Returns a deep copy of the object.
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_SETCOLUMN. (Overrides Object.ToString().)

Top

See also

Reference

JET_SETCOLUMN class

Microsoft.Isam.Esent.Interop namespace