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