Edit

Share via


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.

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

EdmItemCollection(String[])

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