This documentation is archived and is not being maintained.
ItemCollection Class
Visual Studio 2008
A base class for ObjectItemCollection, EdmItemCollection, and StorageMappingItemCollection classes. An ItemCollection class is an abstract class and provides the core API for loading and holding the in-memory metadata. This class is derived from the ReadOnlyMetadataCollection(Of T) class.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
For more information, see Item Collections (Metadata).
System.Object
System.Collections.ObjectModel.ReadOnlyCollection(Of GlobalItem)
System.Data.Metadata.Edm.ReadOnlyMetadataCollection(Of GlobalItem)
System.Data.Metadata.Edm.ItemCollection
System.Data.Mapping.MappingItemCollection
System.Data.Metadata.Edm.EdmItemCollection
System.Data.Metadata.Edm.ObjectItemCollection
System.Data.Metadata.Edm.StoreItemCollection
System.Collections.ObjectModel.ReadOnlyCollection(Of GlobalItem)
System.Data.Metadata.Edm.ReadOnlyMetadataCollection(Of GlobalItem)
System.Data.Metadata.Edm.ItemCollection
System.Data.Mapping.MappingItemCollection
System.Data.Metadata.Edm.EdmItemCollection
System.Data.Metadata.Edm.ObjectItemCollection
System.Data.Metadata.Edm.StoreItemCollection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: