Definition
Assembly: System.Runtime.dll Namespace: SystemSyntax
Summary
This type is defined in System.Runtime.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
ToODataUri Extension
Extension method from
System.EasyAF_Http_UriExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
uri | System.Uri | The Uri instance to extend. |
dollarSign | bool | Specifies whether or not the query string name should have a ”$” in it. Defaults to true. |
filter | string | The filter. |
top | System.Nullable<int> | An Int32 representing the number of records to take. |
skip | System.Nullable<int> | An Int32 representing the number of records to skip over. |
orderby | string | The orderby. |
expand | string | The expand. |
select | string | The select. |
count | System.Nullable<bool> | A Boolean representing whether to return a count of the total number of records in the response. |
Returns
Type:System.Uri
A new Uri instance with a properly-formatted OData-compatible query string.