Edit

JET_SETINFO members

Include protected members
Include inherited members

Settings for JetSetColumn.

The JET_SETINFO type exposes the following members.

Constructors

  Name Description
Public method JET_SETINFO

Top

Properties

  Name Description
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.

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_SETINFO. (Overrides Object.ToString().)

Top

See also

Reference

JET_SETINFO class

Microsoft.Isam.Esent.Interop namespace