FireDAC.Phys.MongoDBWrapper.TMongoDocument.Assign
Delphi
procedure Assign(ASource: TMongoDocument);
C++
void __fastcall Assign(TMongoDocument* ASource);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoDocument |
Description
Assigns content of the specified document to this document.
Use this method to assign the content of the ASourse document to this document.