FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSetFireDAC.Comp.Client.TFDCustomMemTableFireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentTFDMongoDataSet

Delphi

TFDMongoDataSet = class (TFDMongoCustomDataSet)

C++

class PASCALIMPLEMENTATION TFDMongoDataSet : public TFDMongoCustomDataSet

Properties

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

Description

Used to attach a dataset to an existing MongoDB cursor.

This class allows you to attach the dataset to an existing MongoDB cursor. You can get the cursor from various MongoDB API wrapping class methods, such as TMongoDatabase.ListCollections.

To open a dataset, assign a cursor to the Cursor property and call the Open method.

To enable updates, an application should specify the Connection, DatabaseName, and CollectionName properties.


See Also