IMobileServiceSyncTable
Interface
Definition
Provides operations on local table.
public interface IMobileServiceSyncTable
- Derived
Properties
| MobileServiceClient |
Gets a reference to the MobileServiceClient associated with this table. |
| SupportedOptions |
The supported odata options on the remote table |
| TableName |
Gets the name of the table. |
Methods
| DeleteAsync(JObject) |
Deletes an |
| InsertAsync(JObject) |
Inserts an |
| LookupAsync(String) |
Executes a lookup against a table. |
| PullAsync(String, String, IDictionary<String,String>, Boolean, CancellationToken, PullOptions) |
Pulls all items that match the given query from the associated remote table. Supports incremental sync. |
| PurgeAsync(String, String, Boolean, CancellationToken) |
Deletes all the items in local table that match the query. |
| ReadAsync(String) |
Executes a query against the table. |
| UpdateAsync(JObject) |
Updates an |