IForeignKeyService Interface
Namespace: PTS.Includers.Infrastructure
Assembly: PTS.DomainFramework.Includers.Infrastructure.dll
Syntax
public interface IForeignKeyService
Methods
GetForeignKey(Type, Type, Boolean)
Declaration
IForeignKey GetForeignKey(Type primaryKeyType, Type foreignKeyType, bool require)
Parameters
Type | Name | Description |
---|---|---|
System.Type | primaryKeyType | |
System.Type | foreignKeyType | |
System.Boolean | require |
Returns
Type | Description |
---|---|
Microsoft.EntityFrameworkCore.Metadata.IForeignKey |