SchemaExistsResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for checking if a schema exists.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
SchemaExistsResponse
Initializes a new instance of the SchemaExistsResponse class.
csharp
SchemaExistsResponse()SchemaExistsResponse
Initializes a new instance of the SchemaExistsResponse class.
csharp
SchemaExistsResponse(bool exists)Parameters
- exists (bool) - Whether the schema exists.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets a value indicating whether the schema exists.
Type: bool