StoreItemCollection Constructor
Initializes a new instances of the StoreItemCollection class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | StoreItemCollection(EdmModel) | Initializes a new instances of the StoreItemCollection class. |
![]() | 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 Constructor (EdmModel)
Initializes a new instances of the StoreItemCollection class.
Parameters
- model
-
Type:
System.Data.Entity.Core.Metadata.Edm.EdmModel
The model of the StoreItemCollection.
StoreItemCollection Constructor (IEnumerable<XmlReader>)
Initializes a new instance of the StoreItemCollection class using the specified XMLReader.
StoreItemCollection Constructor (String[])
Initializes a new instance of the StoreItemCollection class using the specified file paths.
Parameters
- filePaths
-
Type:
System.String[]
The file paths used to create metadata.