EdmItemCollection 构造函数

定义

初始化 EdmItemCollection 类的新实例。

重载

EdmItemCollection(IEnumerable<XmlReader>)

使用概念性架构定义语言 (CSDL) 文件所在的对象的集合初始化 EdmItemCollection 类的新实例。

EdmItemCollection(String[])

使用概念性架构定义语言 (CSDL) 文件所在的路径初始化 EdmItemCollection 类的新实例。

EdmItemCollection(IEnumerable<XmlReader>)

使用概念性架构定义语言 (CSDL) 文件所在的对象的集合初始化 EdmItemCollection 类的新实例。

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

参数

xmlReaders
IEnumerable<XmlReader>

概念性架构定义语言 (CSDL) 文件所在的 XMLReader 对象的集合。

适用于

EdmItemCollection(String[])

使用概念性架构定义语言 (CSDL) 文件所在的路径初始化 EdmItemCollection 类的新实例。

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

参数

filePaths
String[]

概念性架构定义语言 (CSDL) 文件所在的路径。

适用于