ColumnValueOfStruct<T> members

Include protected members
Include inherited members

Set a column of a struct type (e.g. Int32/Guid).

The ColumnValueOfStruct<T> type exposes the following members.

Constructors

  Name Description
Protected method ColumnValueOfStruct<T>

Top

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 it matches the Size for this fixed-size column. (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). (Inherited from ColumnValue.)
Public property Value Gets or sets the value in the struct.
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

Methods

  Name Description
Protected method CheckDataCount Make sure the retrieved data is exactly the size needed for the structure. An exception is thrown if there is a mismatch.
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 GetValueFromBytes Given data retrieved from ESENT, decode the data and set the value in the ColumnValue object. (Inherited from ColumnValue.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Gets a string representation of this object. (Overrides ColumnValue.ToString().)

Top

See also

Reference

ColumnValueOfStruct<T> class

Microsoft.Isam.Esent.Interop namespace