| IValidationContext Properties |
The IValidationContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Conn | (Inherited from IContext.) | |
| ErrorBuilder |
Error builder which captures any errors which are encountered
| |
| Exception |
Get the exception object created for any errors that have happened so far.
| |
| Existing |
Get the existing item in the database
| |
| IsNew |
Indicates if the argument is new (not in the database)
| |
| Item |
The changes given to the database. This object should be modified to make any additional
changes
| |
| Merged |
Gets an item which represents the new item after the changes are applied
| |
| QueryDefaults |
Method for modifying the query to get existing items
|