API:FireDAC.Phys.MongoDBWrapper.TMongoQuery.TProjection.Slice

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TProjection

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.