FireDAC.Phys.MongoDBWrapper.TMongoUpdate.Modify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Modify(const AJSON: String = ''): TModifier;

C++

TModifier* __fastcall Modify(const System::UnicodeString AJSON = System::UnicodeString());

Properties

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

Description

Fills the changes to apply of the modification document with the specified JSON data (if any) and returns the modification builder that you can use to complete the changes to apply.

See Also