QueryResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for query operations.
public
Contents
Constructors (2) | Methods (4) | Properties (3)
Constructors
QueryResponse
Initializes a new instance of the QueryResponse class.
csharp
QueryResponse()QueryResponse
Initializes a new instance of the QueryResponse class.
csharp
QueryResponse(Object} result)Parameters
- result (Object}) - The list of query results.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets the list of query results.
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>