FireDAC.Phys.MongoDBWrapper.TMongoReadPreference.AddTag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddTag(ATag: TMongoDocument);

C++

void __fastcall AddTag(TMongoDocument* ATag);

Properties

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

Description

Adds the specified tag to the tags of the read preference.

See Also