FireDAC.Phys.MongoDBWrapper.TMongoReadPreference.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(ASource: TMongoReadPreference);

C++

void __fastcall Assign(TMongoReadPreference* ASource);

Properties

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

Description

Assigns settings of an existing read preference object to this object.

Use this method to assign settings of the specified read preference object ASource to this object.

See Also