alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class DataResult<T>

    Defines the members of the data manager operation result.

    Inheritance
    object
    DataResult<T>
    DataResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataResult<T>
    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
    [JsonPropertyName("aggregates")]
    public IDictionary<string, object> Aggregates { get; set; }
    Property Value
    Type
    IDictionary<string, object>

    Count

    Gets the total count of the records in data source.

    Declaration
    [JsonPropertyName("count")]
    public int Count { get; set; }
    Property Value
    Type
    int

    FilteredRecords

    Gets the filtered records.

    Declaration
    public IEnumerable FilteredRecords { get; set; }
    Property Value
    Type
    IEnumerable

    Result

    Gets the result of the data operation.

    Declaration
    [JsonPropertyName("result")]
    public IEnumerable Result { get; set; }
    Property Value
    Type
    IEnumerable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved