FireDAC.Phys.MongoDBWrapper.TMongoCollection.NS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NS: String read GetNS;

C++

__property System::UnicodeString NS = {read=GetNS};

Properties

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

Description

Namespace of the collection.

NS is a read-only property, and is based on the name of the collection and the name of its database. Use Rename to change the name of the collection or the database that contains the collection.

See Also