Edit

FloatColumnValue properties

Include protected members
Include inherited members

The FloatColumnValue 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 it matches the Size for this fixed-size column. (Inherited from ColumnValueOfStruct<T>.)
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 in the struct. (Inherited from ColumnValueOfStruct<T>.)
Public property ValueAsObject Gets the last set or retrieved value of the column. The value is returned as a generic object. (Inherited from ColumnValueOfStruct<T>.)

Top

See also

Reference

FloatColumnValue class

Microsoft.Isam.Esent.Interop namespace