次の方法で共有


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

関連付けられたコンテキスト。

適用対象