DbModelStore.TryLoad(Type) 方法

定义

从存储区加载模型。

public abstract System.Data.Entity.Infrastructure.DbCompiledModel TryLoad (Type contextType);
abstract member TryLoad : Type -> System.Data.Entity.Infrastructure.DbCompiledModel
Public MustOverride Function TryLoad (contextType As Type) As DbCompiledModel

参数

contextType
Type

表示模型的上下文类型。

返回

加载的元数据模型。

适用于