MetadataWorkspace::GetPrimitiveTypes Method (DataSpace)
.NET Framework (current version)
Returns the list of primitive types in the specified data model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- dataSpace
-
Type:
System.Data.Metadata.Edm::DataSpace
The data model for which you need the list of primitive types.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<PrimitiveType^>^A collection of type ReadOnlyCollection<T> that contains all the primitive types in the specified data model.
.NET Framework
Available since 3.5
Available since 3.5
Show: