Class ODataExtensions
Class ODataExtensions.
Inheritance
System.Object
ODataExtensions
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public static class ODataExtensions : object
Methods
GetODataUri(Uri, String, Nullable<Int32>, Nullable<Int32>, String, String, String, String, Nullable<Boolean>)
Gets the o data URI.
Declaration
public static Uri GetODataUri(this Uri uri, string filter = null, int? top = null, int? skip = null, string orderby = null, string expand = null, string select = null, string apply = null, bool? count = null)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The URI. |
System.String | filter | The filter. |
System.Nullable<System.Int32> | top | The top. |
System.Nullable<System.Int32> | skip | The skip. |
System.String | orderby | The orderby. |
System.String | expand | The expand. |
System.String | select | The select. |
System.String | apply | The apply. |
System.Nullable<System.Boolean> | count | if set to |
Returns
Type | Description |
---|---|
Uri | Uri. |