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
A Unicode string column value.
The StringColumnValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
StringColumnValue |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Columnid | Gets or sets the columnid to be set or retrieved. (Inherited from ColumnValue.) |
![]() |
Error | Gets the warning generated by retrieving or setting this column. (Inherited from ColumnValue.) |
![]() |
ItagSequence | Gets or sets the column itag sequence. (Inherited from ColumnValue.) |
![]() |
Length | Gets the byte length of a column value, which is zero if column is null, otherwise it matches the byte length of the string value. The byte length is determined in assumption of two bytes per character. (Overrides ColumnValue.Length.) |
![]() |
RetrieveGrbit | Gets or sets column retrieval options. (Inherited from ColumnValue.) |
![]() |
SetGrbit | Gets or sets column update options. (Inherited from ColumnValue.) |
![]() |
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.) |
![]() |
Value | Gets or sets the value of the column. Use SetColumns(JET_SESID, JET_TABLEID, []) to update a record with the column value. |
![]() |
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 | |
|---|---|---|
![]() |
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. (Overrides ColumnValue.GetValueFromBytes([], Int32, Int32, Int32).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Gets a string representation of this object. (Overrides ColumnValue.ToString().) |
Top
.gif)
.gif)
.gif)
.gif)