EdmItemCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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) 文件所在的路径。