DataSpace Enum

Definition

Specifies the default names for the models in the Entity Framework.

public enum class DataSpace
public enum DataSpace
type DataSpace = 
Public Enum DataSpace
Inheritance
DataSpace

Fields

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.

Remarks

For more information about the models in the Entity Framework, see Metadata Workspace Overview.

Applies to