EdmItemCollection Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EdmItemCollection class.
EdmItemCollection(IEnumerable<XmlReader>) |
Initializes a new instance of the EdmItemCollection class by using the collection of the XMLReader objects where the conceptual schema definition language (CSDL) files exist. |
EdmItemCollection(String[]) |
Initializes a new instance of the EdmItemCollection class by using the paths where the conceptual schema definition language (CSDL) files exist. |
Initializes a new instance of the EdmItemCollection class by using the collection of the XMLReader objects where the conceptual schema definition language (CSDL) files exist.
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))
Parameters
- xmlReaders
- IEnumerable<XmlReader>
The collection of the XMLReader objects where the conceptual schema definition language (CSDL) files exist.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the EdmItemCollection class by using the paths where the conceptual schema definition language (CSDL) files exist.
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())
Parameters
- filePaths
- String[]
The paths where the conceptual schema definition language (CSDL) files exist.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: