DateTimeColumnValue methods
Include protected members
Include inherited members
The DateTimeColumnValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckDataCount | Make sure the retrieved data is exactly the size needed for the structure. An exception is thrown if there is a mismatch. (Inherited from ColumnValueOfStruct<T>.) |
![]() |
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. (Inherited from ColumnValueOfStruct<T>.) |
Top