FireDAC.Phys.MongoDBWrapper.TMongoInsert.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Values(const AJSON: String = ''): TExpression;

C++

TExpression* __fastcall Values(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 TMongoInsert

Description

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

See Also