共用方式為


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。

適用於