Class ODataExtensions
Class ODataExtensions.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public static class ODataExtensions
Methods
GetODataUri(Uri, string, int?, int?, string, string, string, string, bool?)
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. |
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 |
Returns
Type | Description |
---|---|
Uri | Uri. |