Edit

BytesColumnValue properties

Include protected members
Include inherited members

The BytesColumnValue type exposes the following members.

Properties

  Name Description
Public property Columnid Gets or sets the columnid to be set or retrieved. (Inherited from ColumnValue.)
Public property Error Gets the warning generated by retrieving or setting this column. (Inherited from ColumnValue.)
Public property ItagSequence Gets or sets the column itag sequence. (Inherited from ColumnValue.)
Public property Length Gets the byte length of a column value, which is zero if column is null, otherwise matches the actual length of the byte array. (Overrides ColumnValue.Length.)
Public property RetrieveGrbit Gets or sets column retrieval options. (Inherited from ColumnValue.)
Public property SetGrbit Gets or sets column update options. (Inherited from ColumnValue.)
Protected property Size Gets the size of the value in the column. This returns 0 for variable sized columns (i.e. binary and string). (Overrides ColumnValue.Size.)
Public property Value Gets or sets the value of the column. Use SetColumns(JET_SESID, JET_TABLEID, []) to update a record with the column value.
Public property ValueAsObject Gets the last set or retrieved value of the column. The value is returned as a generic object. (Overrides ColumnValue.ValueAsObject.)

Top

See also

Reference

BytesColumnValue class

Microsoft.Isam.Esent.Interop namespace