FireDAC.Phys.MongoDBWrapper.TMongoQuery.TProjection.Slice

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Slice(const AField: String; ACount: Integer): TProjection; overload;
function Slice(const AField: String; ASkip, ACount: Integer): TProjection; overload;

C++

TMongoQuery::TProjection* __fastcall Slice(const System::UnicodeString AField, int ACount)/* overload */;
TMongoQuery::TProjection* __fastcall Slice(const System::UnicodeString AField, int ASkip, int ACount)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TProjection

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !