FireDAC.Phys.MongoDBWrapper.TMongoReadPreference.Tags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tags: TMongoDocument read GetTags write SetTags;

C++

__property TMongoDocument* Tags = {read=GetTags, write=SetTags};

Properties

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

Description

Gets or sets current tags of this read preference object.

Use this property to get or set the current tags of this read preference object. For more information, see Tag Sets in MongoDB documentation.

See Also