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