Serializer.GetParameterString 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.
Gets the string of parameters used in URI.
public static string GetParameterString (Microsoft.OData.Client.DataServiceContext context, params Microsoft.OData.Client.OperationParameter[] parameters);
static member GetParameterString : Microsoft.OData.Client.DataServiceContext * Microsoft.OData.Client.OperationParameter[] -> string
Public Shared Function GetParameterString (context As DataServiceContext, ParamArray parameters As OperationParameter()) As String
Parameters
- context
- DataServiceContext
Wrapping context instance.
- parameters
- OperationParameter[]
Parameters of function.
Returns
The string of parameters.