Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include protected members
Include inherited members
Base class for objects that represent a column value to be set.
The ColumnValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ColumnValue | Initializes a new instance of the ColumnValue class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Columnid | Gets or sets the columnid to be set or retrieved. |
![]() |
Error | Gets the warning generated by retrieving or setting this column. |
![]() |
ItagSequence | Gets or sets the column itag sequence. |
![]() |
Length | Gets the byte length of a column value, which is zero if column is null, otherwise it matches the Size for fixed-size columns and represent the actual value byte length for variable sized columns (i.e. binary and string). For strings the length is determined in assumption two bytes per character. |
![]() |
RetrieveGrbit | Gets or sets column retrieval options. |
![]() |
SetGrbit | Gets or sets column update options. |
![]() |
Size | Gets the size of the value in the column. This returns 0 for variable sized columns (i.e. binary and string). |
![]() |
ValueAsObject | Gets the last set or retrieved value of the column. The value is returned as a generic object. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValueFromBytes | Given data retrieved from ESENT, decode the data and set the value in the ColumnValue object. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current ColumnValue. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)
.gif)