The following tables list the members exposed by OriginalField.
| Name | Description | |
|---|---|---|
![]() | OriginalField Constructor | OriginalField default constructor. |
| Name | Description | |
|---|---|---|
![]() | IsLoaded | IsLoaded is used to keep track of the status of this field i.e. if the value has already been loaded or not. |
![]() | IsNull | IsNull is used to indicate if the field value is DBNull. |
![]() | Value | Value property holds the original value of the field and is then used in creating concurrency checks during Update or Delete commands. |


