EntityCodeGenerator.EdmToObjectNamespaceMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.