MetadataWorkspace::GetItems<T> Method (DataSpace)
.NET Framework (current version)
Gets all the items in the specified data model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: generic<typename T> where T : GlobalItem ReadOnlyCollection<T>^ GetItems( DataSpace dataSpace )
Parameters
- dataSpace
-
Type:
System.Data.Metadata.Edm::DataSpace
The conceptual model for which the list of items is needed.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<T>^A collection of type ReadOnlyCollection<T> that contains all the items in the specified data model.
Type Parameters
- T
The type returned by the method.
.NET Framework
Available since 3.5
Available since 3.5
Show: