次の方法で共有


ToolingFacade.GetContextTypes メソッド

定義

から DbContext派生するすべての型の完全修飾名を取得します。

public System.Collections.Generic.IEnumerable<string> GetContextTypes ();
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Collections.Generic.IEnumerable<string> GetContextTypes ();
member this.GetContextTypes : unit -> seq<string>
Public Function GetContextTypes () As IEnumerable(Of String)

戻り値

見つかったすべてのコンテキストの種類。

属性

適用対象