FireDAC.Phys.MongoDBWrapper.TMongoInsert

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTMongoInsert

Delphi

TMongoInsert = class(TObject)

C++

class PASCALIMPLEMENTATION TMongoInsert : public System::TObject

Properties

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

Description

Builder for a MongoDB insert operation.

You must use TMongoInsert in combination with TMongoCollection.Insert. To work with these members, you can use two different coding styles.

Use Values to define the content of the document to insert.

If you use a fluent coding style, use Exec to execute the insert operation.

See Also