Skip to content

TableResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for table operations.

public

Contents

Constructors (2) | Methods (4) | Properties (1)

Constructors

TableResponse

Initializes a new instance of the TableResponse class.

csharp
TableResponse()

TableResponse

Initializes a new instance of the TableResponse class.

csharp
TableResponse(TableDto table)

Parameters

  • table (TableDto) - The table information.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the table data.

Type: TableDto?