FireDAC.Phys.ASA.TFDASAValidate.Flags
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Phys.ASA.pas FireDAC.Phys.ASA.hpp
| |
Unit: FireDAC.Phys.ASA | |
Parent: TFDASAValidate |
Delphi
property Flags: TASAValidateFlags read FFlags write FFlags default [];
C++
__property Firedac::Phys::Asawrapper::TASAValidateFlags Flags = {read=FFlags, write=FFlags, default=0};
Description
Specifies additional validation flags.
Use the Flags property to specify additional validation flags.
Value | Meaning |
---|---|
|
Operates without printing messages, or prints messages. It corresponds to -q. |
|
Validates indexes. It corresponds to -i when included, to -t when excluded. |
For more details about the -q, -i, or -t options, see http://infocenter.sybase.com/help/.