FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TOperation.GetInline

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function GetInline: Boolean; virtual;

C++

__classmethod virtual bool __fastcall GetInline();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TOperation


Description

Renvoie True si cette classe décrit une opération inline où le type de valeur décrivant l'opération est un type JSON de base, tel qu'un nombre ou une chaîne, ou False si le type de la valeur décrivant l'opération est un document MongoDB.

Voir aussi