共用方式為


DefaultDbModelStore.TryLoad(Type) 方法

定義

從存放區載入模型。

public override System.Data.Entity.Infrastructure.DbCompiledModel TryLoad (Type contextType);
override this.TryLoad : Type -> System.Data.Entity.Infrastructure.DbCompiledModel
Public Overrides Function TryLoad (contextType As Type) As DbCompiledModel

參數

contextType
Type

代表模型的內容類型。

傳回

載入的元資料模型。

適用於