ForeignKeyListResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for listing multiple foreign key constraints.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
ForeignKeyListResponse
Initializes a new instance of the ForeignKeyListResponse class.
csharp
ForeignKeyListResponse()ForeignKeyListResponse
Initializes a new instance of the ForeignKeyListResponse class.
csharp
ForeignKeyListResponse(ForeignKeyConstraintDto} result)Parameters
- result (ForeignKeyConstraintDto}) - The list of foreign key constraints.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets the list of foreign key constraints.
Type: IEnumerable<ForeignKeyConstraintDto>