CheckConstraintResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for check constraint operations.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
CheckConstraintResponse
Initializes a new instance of the CheckConstraintResponse class.
csharp
CheckConstraintResponse()CheckConstraintResponse
Initializes a new instance of the CheckConstraintResponse class.
csharp
CheckConstraintResponse(CheckConstraintDto result)Parameters
- result (CheckConstraintDto) - The check constraint information.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets the view data.
Type: CheckConstraintDto?