Share via


EdmModel.DataSpace Property

Definition

Gets the data space associated with the model, which indicates whether it is a conceptual model (DataSpace.CSpace) or a store model (DataSpace.SSpace).

public System.Data.Entity.Core.Metadata.Edm.DataSpace DataSpace { get; }
member this.DataSpace : System.Data.Entity.Core.Metadata.Edm.DataSpace
Public ReadOnly Property DataSpace As DataSpace

Property Value

Applies to