Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataResult<T>

    Show / Hide Table of Contents

    Class DataResult<T>

    Defines the members of the data manager operation result.

    Inheritance
    System.Object
    DataResult<T>
    DataResult
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataResult<T> : Object
    Type Parameters
    Name Description
    T

    Type of the data source element.

    Constructors

    DataResult()

    Declaration
    public DataResult()

    Properties

    Aggregates

    Gets the aggregate result based on the aggregate query.

    Declaration
    public IDictionary<string, object> Aggregates { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    Count

    Gets the total count of the records in data source.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    FilteredRecords

    Gets the filtered records.

    Declaration
    public IEnumerable FilteredRecords { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Result

    Gets the result of the data operation.

    Declaration
    public IEnumerable Result { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved