The following tables list the members exposed by EntityColumnValue.
Name | Description | |
---|---|---|
EntityColumnValue Constructor | Overloaded. |
Name | Description | |
---|---|---|
Column | The schema column that corresponds to the current value of the entity column. | |
IsChanged | Indicates whether the value has been changed. | |
IsLoaded | Determines whether the value is loaded. | |
IsVirtual | Indicates whether the value is virtual and will not be saved in the database. | |
Name | The name of the entity column value. | |
OldValue | The previous value. | |
StreamBytes | The stored value as a System.Byte array for the column of the binary type. | |
UserConnection | User connection. | |
Value | The stored value. |
Name | Description | |
---|---|---|
ClearValue | Clears column values. | |
Clone | Creates a clone of the current value of the entity column. | |
IsStreamBytesEquals | ||
IsValueEquals | ||
LoadValue | Overloaded. | |
ResetOldValue | The current value of the entity column overwrites the old value. | |
ResetValue | Reverts changes to the previous value of the entity column. | |
Validate | Verifies that the column value is correct. |