StoreItemCollection Constructor

 

Initializes a new instances of the StoreItemCollection class.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodStoreItemCollection(EdmModel)

Initializes a new instances of the StoreItemCollection class.

System_CAPS_pubmethodStoreItemCollection(IEnumerable<XmlReader>)

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

System_CAPS_pubmethodStoreItemCollection(String[])

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


StoreItemCollection Constructor (EdmModel)

Initializes a new instances of the StoreItemCollection class.

public StoreItemCollection(
	EdmModel model
)

StoreItemCollection Constructor (IEnumerable<XmlReader>)

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

public StoreItemCollection(
	IEnumerable<XmlReader> xmlReaders
)

Parameters

xmlReaders
Type: System.Collections.Generic.IEnumerable<XmlReader>

The XMLReader used to create metadata.


StoreItemCollection Constructor (String[])

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

public StoreItemCollection(
	params string[] filePaths
)

Parameters

filePaths
Type: System.String[]

The file paths used to create metadata.