EdmItemCollection Constructor

 

Initializes a new instance of the EdmItemCollection class.

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

NameDescription
System_CAPS_pubmethodEdmItemCollection(EdmModel)

Initializes a new instance of the EdmItemCollection class.

System_CAPS_pubmethodEdmItemCollection(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.

System_CAPS_pubmethodEdmItemCollection(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.

public EdmItemCollection(
	EdmModel model
)

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.

public EdmItemCollection(
	IEnumerable<XmlReader> xmlReaders
)

Parameters

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

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.

public EdmItemCollection(
	params string[] filePaths
)

Parameters

filePaths
Type: System.String[]

The paths where the conceptual schema definition language (CSDL) files exist.