/
ccFactory.CreateRepositoryRemoteQuery

ccFactory.CreateRepositoryRemoteQuery

Methode

ccRemoteQueryFactory.CreateRepositoryRemoteQuery(SourceId :string,Query :string) : TccRemoteQueryRepository

Beschreibung

Es wird ein Klassenobjekt zurückgegeben, mit dem Datenbankabfragen durchgeführt werden können.

Beispiel

const repo = ccFactory.CreateRepositoryRemoteQuery("90qvOJ5K1kqYsIL0FbR57w",`(City eq 'Berlin')`);

 

Related content

Factory Methoden
Factory Methoden
Read with this
TccRemoteQueryRepository.SourceId
TccRemoteQueryRepository.SourceId
More like this
Client Scripting
Client Scripting
Read with this
TccRemoteQueryRepository.Query
TccRemoteQueryRepository.Query
More like this
ccApplication Eigenschaften
ccApplication Eigenschaften
Read with this
TccRemoteQueryRepository.Response
TccRemoteQueryRepository.Response
More like this