다음을 통해 공유


DbContextAttribute(Type) 생성자

정의

DbContextAttribute 클래스의 새 인스턴스를 초기화합니다.

public DbContextAttribute (Type contextType);
new Microsoft.EntityFrameworkCore.Infrastructure.DbContextAttribute : Type -> Microsoft.EntityFrameworkCore.Infrastructure.DbContextAttribute
Public Sub New (contextType As Type)

매개 변수

contextType
Type

연결된 컨텍스트입니다.

적용 대상