StoreItemCollection Constructors

Definition

Initializes a new instance of the StoreItemCollection class.

Overloads

StoreItemCollection(IEnumerable<XmlReader>)

Initializes a new instance of the StoreItemCollection class using the specified XMLReader.

StoreItemCollection(String[])

Initializes a new instance of the StoreItemCollection class using the specified file paths.

StoreItemCollection(IEnumerable<XmlReader>)

Initializes a new instance of the StoreItemCollection class using the specified XMLReader.

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

Parameters

xmlReaders
IEnumerable<XmlReader>

The XMLReader used to create metadata.

Applies to

StoreItemCollection(String[])

Initializes a new instance of the StoreItemCollection class using the specified file paths.

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

Parameters

filePaths
String[]

The file paths used to create metadata.

Applies to