DbModelStore.TryGetEdmx(Type) 方法

定义

从存储中检索模型的 edmx XDocument 版本。

public abstract System.Xml.Linq.XDocument TryGetEdmx (Type contextType);
abstract member TryGetEdmx : Type -> System.Xml.Linq.XDocument
Public MustOverride Function TryGetEdmx (contextType As Type) As XDocument

参数

contextType
Type

表示模型的上下文类型。

返回

加载的 XDocument edmx。

适用于