FireDAC.Phys.ASA.TFDASAValidate.ValidateType
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Phys.ASA.pas FireDAC.Phys.ASA.hpp
| |
Unit: FireDAC.Phys.ASA | |
Parent: TFDASAValidate |
Delphi
property ValidateType: TASAValidateType read FValidateType write FValidateType default vtNormal;
C++
__property Firedac::Phys::Asawrapper::TASAValidateType ValidateType = {read=FValidateType, write=FValidateType, default=0};
Description
Specifies the database validation mode.
Use the ValidateType to specifiy the database validation mode. It corresponds to -d, -fx, -s.
The -d option validates that all the pages from the database belong to the correct object and performs a checksum validation.
The -fx option disables primary key or foreign key referential integrity checking.
The -s option validates the database using checksums. For more details about these options, see http://infocenter.sybase.com/help/.