Skip to content

TableExistsResponse

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Response model for checking if a table exists.

public

Contents

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

Constructors

TableExistsResponse

Initializes a new instance of the TableExistsResponse class.

csharp
TableExistsResponse()

TableExistsResponse

Initializes a new instance of the TableExistsResponse class.

csharp
TableExistsResponse(bool exists)

Parameters

  • exists (bool) - Whether the table exists.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets a value indicating whether the table exists.

Type: bool