共用方式為


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

相關聯的內容。

適用於