FireDAC.Phys.SQLite.TFDSQLiteBackup.DestCatalog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestCatalog: String read FDestCatalog write FDestCatalog;

C++

__property System::UnicodeString DestCatalog = {read=FDestCatalog, write=FDestCatalog};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteBackup

Description

The name of the database attached to the destination.

Use the DestCatalog property to specify the name of the database attached to the destination.

See Also