Validate
Determines whether the fields that make up the key are validated automatically. Valid
values are T
(default) or F
.
Value |
Description |
---|---|
|
Key field are automatically validated. For
primary keys, this property is always set to |
|
Key field can only be validated by explicitly using the validatekey statement. For example: validatekey "MyEnt","MyCandidateKey"
|