DataSpace 枚举
定义
指定 Entity Framework 中的模型的默认名称。Specifies the default names for the models in the Entity Framework.
public enum class DataSpace
public enum DataSpace
type DataSpace =
Public Enum DataSpace
- 继承
字段
CSpace | 1 | 表示概念性模型的默认名称。Represents the default name for the conceptual model. |
CSSpace | 4 | 表示概念性模型与存储模型之间的映射的默认名称。Represents the default name for the mapping between the conceptual model and the storage model. |
OCSpace | 3 | 表示对象模型与概念性模型之间的映射的默认名称。Represents the default name for the mapping between the object model and the conceptual model. |
OSpace | 0 | 表示对象模型的默认名称。Represents the default name for the object model. |
SSpace | 2 | 表示存储模型的默认名称。Represents the default name for the storage model. |
注解
有关中Entity FrameworkEntity Framework的模型的详细信息, 请参阅元数据工作区概述。For more information about the models in the Entity FrameworkEntity Framework, see Metadata Workspace Overview.