DataSpace Enum
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.
Specifies the default names for the models in the Entity Framework.
public enum class DataSpace
public enum DataSpace
type DataSpace =
Public Enum DataSpace
- Inheritance
Fields
Name | Value | Description |
---|---|---|
OSpace | 0 | Represents the default name for the object model. |
CSpace | 1 | Represents the default name for the conceptual model. |
SSpace | 2 | Represents the default name for the storage model. |
OCSpace | 3 | Represents the default name for the mapping between the object model and the conceptual model. |
CSSpace | 4 | Represents the default name for the mapping between the conceptual model and the storage model. |
Remarks
For more information about the models in the Entity Framework, see Metadata Workspace Overview.