EdmItemCollection Constructor
Initializes a new instance of the EdmItemCollection class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EdmItemCollection(EdmModel) | Initializes a new instance of the EdmItemCollection class. |
![]() | 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 Constructor (EdmModel)
Initializes a new instance of the EdmItemCollection class.
Parameters
- model
-
Type:
System.Data.Entity.Core.Metadata.Edm.EdmModel
The entity data model.
EdmItemCollection Constructor (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 Constructor (String[])
Initializes a new instance of the EdmItemCollection class by using the paths where the conceptual schema definition language (CSDL) files exist.
Parameters
- filePaths
-
Type:
System.String[]
The paths where the conceptual schema definition language (CSDL) files exist.