DataSpace Enumeration
.NET Framework (current version)
Specifies the default names for the models in the Entity Framework.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Member name | Description | |
|---|---|---|
| CSpace | Represents the default name for the conceptual model. | |
| CSSpace | Represents the default name for the mapping between the conceptual model and the storage model. | |
| OCSpace | Represents the default name for the mapping between the object model and the conceptual model. | |
| OSpace | Represents the default name for the object model. | |
| SSpace | Represents the default name for the storage model. |
For more information about the models in the Entity Framework, see Metadata Workspace Overview.
.NET Framework
Available since 3.5
Available since 3.5
Show: