FireDAC.Phys.MongoDBWrapper.TMongoCollection.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: String read GetName;

C++

__property System::UnicodeString Name = {read=GetName};

Properties

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

Description

Name of the collection.

Name is a read-only property. Use Rename to change the name of the collection.

See Also