Click or drag to resize
MobileEndpointTFetchObjects Method
Method to fetch a collection of objects from the endpoint. If the collection exists in the cache the cached copy is returned otherwise it is downloaded from the service.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public FetchCollectionBuilder<T> FetchObjects()

Return Value

Type: FetchCollectionBuilderT
An Fetch object.
See Also