[Overview][Constants][Types][Classes][Procedures and functions][Index] |
User-defined constraint
Source position: db.pas line 977
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 TCustomConstraint.ErrorMessage
TCustomConstraint.ErrorMessage |
lazarus-ccr.sourceforge.net |