[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
User-defined constraint
Source position: db.pas line 1057
published property TCheckConstraint.CustomConstraint : string |
CustomConstraint is an SQL expression with an additional user-defined constraint. The expression should be enforced by a TDataset descendent when data is posted to the dataset. If the constraint is violated, then the dataset should raise an exception, with message as specified in TCheckConstraint.ErrorMessage
|
Message to display when the constraint is violated |