ToolingFacade.GetContextTypes 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取派生自 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)返回
找到所有上下文类型。
- 属性