EdmItemCollection Constructors

Definition

Initializes a new instance of the EdmItemCollection class.

Overloads

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.

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.

C#
public EdmItemCollection(System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);

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

EdmItemCollection(String[])

Initializes a new instance of the EdmItemCollection class by using the paths where the conceptual schema definition language (CSDL) files exist.

C#
public EdmItemCollection(params string[] filePaths);

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