JET_RETINFO members

Include protected members
Include inherited members

Contains optional input and output parameters for JetRetrieveColumn.

The JET_RETINFO type exposes the following members.

Constructors

  Name Description
Public method JET_RETINFO

Top

Properties

  Name Description
Public property columnidNextTagged Gets the columnid of the retrieved tagged, multi-valued or sparse, column when all tagged columns are retrieved by passing 0 as the columnid to JetRetrieveColumn.
Public property ibLongValue Gets or sets the offset to the first byte to be retrieved from a column of type LongBinary, or LongText.
Public property itagSequence Gets or sets the sequence number of value in a multi-valued column. The array of values is one-based. The first value is sequence 1, not 0. If the record column has only one value then 1 should be passed as the itagSequence.

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

Top

See also

Reference

JET_RETINFO class

Microsoft.Isam.Esent.Interop namespace