FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TOperation.GetInline
Delphi
class function GetInline: Boolean; virtual;
C++
__classmethod virtual bool __fastcall GetInline();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TOperation |
Description
Returns True
if this class describes an inline operation where the type of the value that describes the operation is a basic JSON type, such as a number or a string, or False
if the type of the value that describes the operation is a MongoDB document.