QueryResultDto
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Represents the result of a query (table or view) with pagination information.
public
Contents
Constructors (1) | Methods (4) | Properties (3)
Constructors
QueryResultDto
csharp
QueryResultDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Data
Gets or sets the query results as a list of dynamic objects.
Type: IEnumerable<object>
Pagination
Gets or sets the pagination information.
Type: PaginationDto
Fields
Gets or sets the field information for the results.
Type: IEnumerable<FieldDto>