FetchCollectionBuilderTFromService Method |
When invoked will cause the collection to be refreshed 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> FromService()
Public Function FromService As FetchCollectionBuilder(Of T)
public:
FetchCollectionBuilder<T>^ FromService()
member FromService : unit -> FetchCollectionBuilder<'T>
Return Value
Type:
FetchCollectionBuilderTThe Fetch object.
See Also