EntityClassGenerator.EdmToObjectNamespaceMap Property

Definition

Gets an EdmToObjectNamespaceMap that contains the conceptual schema definition language (CSDL) to code namespace mappings.

public:
 property System::Data::Entity::Design::EdmToObjectNamespaceMap ^ EdmToObjectNamespaceMap { System::Data::Entity::Design::EdmToObjectNamespaceMap ^ get(); };
public System.Data.Entity.Design.EdmToObjectNamespaceMap EdmToObjectNamespaceMap { get; }
member this.EdmToObjectNamespaceMap : System.Data.Entity.Design.EdmToObjectNamespaceMap
Public ReadOnly Property EdmToObjectNamespaceMap As EdmToObjectNamespaceMap

Property Value

The CSDL to code namespace mappings.

Remarks

Namespace mappings can be used to specify a different code namespace for generating code than what is specified in the CSDL file. The namespace mappings are consulted when a reference to a type is to be generated. If an entry is found, the value will be used to generate the qualified reference to the type; otherwise, the CSDL namespace will be used.

Applies to