Table of Contents

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 Uri

The URI.

filter string

The filter.

top int?

The top.

skip int?

The skip.

orderby string

The orderby.

expand string

The expand.

select string

The select.

apply string

The apply.

count bool?

if set to true [count].

Returns

Uri

Uri.