共用方式為


EdmItemCollection 建構函式

定義

多載

EdmItemCollection(IEnumerable<XmlReader>)

使用 XMLReader 物件的集合 (其中存在概念結構描述定義語言 (CSDL) 檔),初始化 EdmItemCollection 類別的新執行個體。

EdmItemCollection(EdmModel)

初始化 EdmItemCollection 類別的新執行個體。

EdmItemCollection(String[])

使用其中存在概念結構定義語言 (CSDL) 檔的路徑,初始化 EdmItemCollection 類別的新執行個體。

EdmItemCollection(IEnumerable<XmlReader>)

使用 XMLReader 物件的集合 (其中存在概念結構描述定義語言 (CSDL) 檔),初始化 EdmItemCollection 類別的新執行個體。

public EdmItemCollection (System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);
new System.Data.Entity.Core.Metadata.Edm.EdmItemCollection : seq<System.Xml.XmlReader> -> System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Public Sub New (xmlReaders As IEnumerable(Of XmlReader))

參數

xmlReaders
IEnumerable<XmlReader>

XMLReader 物件的集合,其中存在概念結構描述定義語言 (CSDL) 檔。

適用於

EdmItemCollection(EdmModel)

初始化 EdmItemCollection 類別的新執行個體。

public EdmItemCollection (System.Data.Entity.Core.Metadata.Edm.EdmModel model);
new System.Data.Entity.Core.Metadata.Edm.EdmItemCollection : System.Data.Entity.Core.Metadata.Edm.EdmModel -> System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Public Sub New (model As EdmModel)

參數

model
EdmModel

實體資料模型。

適用於

EdmItemCollection(String[])

使用其中存在概念結構定義語言 (CSDL) 檔的路徑,初始化 EdmItemCollection 類別的新執行個體。

public EdmItemCollection (params string[] filePaths);
new System.Data.Entity.Core.Metadata.Edm.EdmItemCollection : string[] -> System.Data.Entity.Core.Metadata.Edm.EdmItemCollection
Public Sub New (ParamArray filePaths As String())

參數

filePaths
String[]

其中存在概念結構定義語言 (CSDL) 檔的路徑。

適用於