MyDAC

TMyDataSetOptions.RequiredFields Property

Used for TCustomDADataSet to set the Required property of TField objects for NOT NULL fields.

Class

TMyDataSetOptions

Syntax

property RequiredFields: boolean default False;

Remarks

If True, TCustomDADataSet sets the Required property of TField objects for NOT NULL fields. It is useful when table has a trigger that updates NOT NULL fields. The default value is False.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback