다음을 통해 공유


InMemoryConventionSetBuilder(ProviderConventionSetBuilderDependencies) 생성자

정의

InMemoryConventionSetBuilder 인스턴스를 만듭니다.

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

매개 변수

dependencies
ProviderConventionSetBuilderDependencies

이 서비스의 핵심 종속성입니다.

적용 대상