FireDAC.Phys.ASA.TFDASAValidate.ValidateType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValidateType: TASAValidateType read FValidateType write FValidateType default vtNormal;

C++

__property Firedac::Phys::Asawrapper::TASAValidateType ValidateType = {read=FValidateType, write=FValidateType, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASAValidate

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/.

See Also