FireDAC.Phys.MongoDBWrapper.TMongoCollection.DB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DB: String read GetDB;

C++

__property System::UnicodeString DB = {read=GetDB};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection

Description

Name of the database that contains the collection.

DB is a read-only property. Use Rename to change the database of the collection.

See Also