Class ODataExtensions.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public static class ODataExtensionsGets the o data URI.
public static Uri GetODataUri(Uri uri, string filter, int? top, int? skip, string orderby, string expand, string select, string apply, bool? count)
| Type | Name | Description |
|---|---|---|
| Uri | uri | The URI. |
| string | filter | The filter. |
| int? | top | The top. |
| int? | skip | The skip. |
| string | orderby | The orderby. |
| string | expand | The expand. |
| string | select | The select. |
| string | apply | The apply. |
| bool? | count | if set to true [count]. |
| Type | Description |
|---|---|
| Uri | Uri. |