This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
MetadataItemCollectionFactory Class
Represents a set of methods for creating metadata ItemCollection instances.
This API is not CLS-compliant.
System:: Object System.Data.Entity.Design:: MetadataItemCollectionFactory
Namespace:
System.Data.Entity.Design
Assembly:
System.Data.Entity.Design (in System.Data.Entity.Design.dll)
[CLSCompliantAttribute(false )]
public ref class MetadataItemCollectionFactory abstract sealed
Name Description CreateEdmItemCollection(IEnumerable< XmlReader> , IList< EdmSchemaError> % ) Creates an EdmItemCollection and loads the metadata that is contained in the IEnumerable of XmlReader . CreateEdmItemCollection(IEnumerable< XmlReader> , Version, IList< EdmSchemaError> % ) Creates an EdmItemCollection and loads the metadata that is contained in the IEnumerable of XmlReader . CreateStorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable< XmlReader> , IList< EdmSchemaError> % ) Creates a StorageMappingItemCollection and loads the metadata that is contained in the specified EdmItemCollection , StoreItemCollection , and collection of XmlReader objects. CreateStorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable< XmlReader> , Version, IList< EdmSchemaError> % ) Creates a StorageMappingItemCollection from the mapping information in the XmlReader objects and the metadata in the specified EdmItemCollection and StoreItemCollection objects. CreateStoreItemCollection(IEnumerable< XmlReader> , IList< EdmSchemaError> % ) Constructs a StoreItemCollection and provides a list of errors and warnings. CreateStoreItemCollection(IEnumerable< XmlReader> , Version, IList< EdmSchemaError> % ) Constructs a StoreItemCollection and provides a list of errors and warnings.
Top .NET Framework Supported in: 4, 3.5 SP1
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements .
Any public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.