REST.Backend.ServiceComponents.TBackendQuery

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.ServiceComponents.TCustomBackendQueryREST.Backend.BindSource.TBackendBindSourceComponentAuthREST.Backend.BindSource.TBackendBindSourceComponentTBackendQuery

Delphi

TBackendQuery = class(TCustomBackendQuery)

C++

class PASCALIMPLEMENTATION TBackendQuery : public TCustomBackendQuery

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents REST.Backend.ServiceComponents

Description

Queries objects, users and other types.

Note: Different service implementations may support queries on different types. For example, the Kinvey service implementation can query files and the Parse implementation cannot.

See Also