Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    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 true [count].

    Returns
    Type Description
    Uri

    Uri.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT