MobileServiceTableQueryDescription.Parse(String, String) Method
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.
Parses a OData query and creates a MobileServiceTableQueryDescription instance
public static Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription Parse (string tableName, string query);
static member Parse : string * string -> Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription
Public Shared Function Parse (tableName As String, query As String) As MobileServiceTableQueryDescription
Parameters
- tableName
- String
The name of table for the query.
- query
- String
The odata query string
Returns
An instance of MobileServiceTableQueryDescription
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET