FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDMongoCustomDataSet = class (TFDMongoCustomMemTable)

C++

class PASCALIMPLEMENTATION TFDMongoCustomDataSet : public TFDMongoCustomMemTable

Properties

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

Description

A base class for all MongoDB dataset classes.

This is an abstract class, which is responsible for dataset structure defining, documents fetching, and updates applying. This class does not provide a MongoDB cursor. Descendant classes are responsible for that.

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

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet&oldid=767819"