IMobileServiceTable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides operations on a table for a Microsoft Azure Mobile Service.
public interface IMobileServiceTable
type IMobileServiceTable = interface
Public Interface IMobileServiceTable
- Derived
Properties
MobileServiceClient |
Gets a reference to the MobileServiceClient associated with this table. |
SystemProperties |
The Mobile Service system properties to be included with items. |
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>) |
Executes a query against the table. |
Applies to
Azure SDK for .NET