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.MobileEndpointAssemblies: 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)
Syntaxpublic FetchCollectionBuilder<T> FetchObjects()
Public Function FetchObjects As FetchCollectionBuilder(Of T)
public:
FetchCollectionBuilder<T>^ FetchObjects()
member FetchObjects : unit -> FetchCollectionBuilder<'T>
Return Value
Type:
FetchCollectionBuilderTAn Fetch object.
See Also