Class ODataExtensions
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Class ODataExtensions.
public static class ODataExtensions
- Inheritance
-
ODataExtensions
- Inherited Members
Methods
GetODataUri(Uri, string, int?, int?, string, string, string, string, bool?)
Gets the o data URI.
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
uri
UriThe URI.
filter
stringThe filter.
top
int?The top.
skip
int?The skip.
orderby
stringThe orderby.
expand
stringThe expand.
select
stringThe select.
apply
stringThe apply.
count
bool?if set to
true
[count].
Returns
- Uri
Uri.