IMobileServiceTable
Interface
Definition
Provides operations on a table for a Microsoft Azure Mobile Service.
public interface IMobileServiceTable
- Derived
Properties
| MobileServiceClient |
Gets a reference to the MobileServiceClient associated with this table. |
| TableName |
Gets the name of the table. |
Methods
| DeleteAsync(JObject) |
Deletes an |
| DeleteAsync(JObject, IDictionary<String,String>) |
Deletes an |
| InsertAsync(JObject) |
Inserts an |
| InsertAsync(JObject, IDictionary<String,String>) |
Inserts an |
| LookupAsync(Object) |
Executes a lookup against a table. |
| LookupAsync(Object, IDictionary<String,String>) |
Executes a lookup against a table. |
| ReadAsync(String) |
Executes a query against the table. |
| ReadAsync(String, IDictionary<String,String>, Boolean) |
Executes a query against the table. |
| UndeleteAsync(JObject) |
Undeletes an |
| UndeleteAsync(JObject, IDictionary<String,String>) |
Undeletes an |
| UpdateAsync(JObject) |
Updates an |
| UpdateAsync(JObject, IDictionary<String,String>) |
Updates an |
Extension Methods
| ReadAsync(IMobileServiceTable, String, IDictionary<String,String>) |