ForeignKeyIndexConvention(ProviderConventionSetBuilderDependencies) 생성자

정의

ForeignKeyIndexConvention의 새 인스턴스를 만듭니다.

public ForeignKeyIndexConvention (Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies dependencies);
new Microsoft.EntityFrameworkCore.Metadata.Conventions.ForeignKeyIndexConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies -> Microsoft.EntityFrameworkCore.Metadata.Conventions.ForeignKeyIndexConvention
Public Sub New (dependencies As ProviderConventionSetBuilderDependencies)

매개 변수

dependencies
ProviderConventionSetBuilderDependencies

이 규칙에 대한 종속성을 포함하는 매개 변수 개체입니다.

적용 대상