MobileServiceTableQuery<T>.WithParameters Method

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Public Function WithParameters ( _
    parameters As IDictionary(Of String, String) _
) As MobileServiceTableQuery(Of T)
'Usage
Dim instance As MobileServiceTableQuery 
Dim parameters As IDictionary(Of String, String)
Dim returnValue As MobileServiceTableQuery(Of T)

returnValue = instance.WithParameters(parameters)
public MobileServiceTableQuery<T> WithParameters(
    IDictionary<string, string> parameters
)
public:
MobileServiceTableQuery<T>^ WithParameters(
    IDictionary<String^, String^>^ parameters
)
member WithParameters : 
        parameters:IDictionary<string, string> -> MobileServiceTableQuery<'T> 
public function WithParameters(
    parameters : IDictionary<String, String>
) : MobileServiceTableQuery<T>

Parameters

Return Value

Type: Microsoft.WindowsAzure.MobileServices.MobileServiceTableQuery<T>

See Also

Reference

MobileServiceTableQuery<T> Class

Microsoft.WindowsAzure.MobileServices Namespace