This documentation is archived and is not being maintained.
MetadataItemCollectionFactory Class
.NET Framework (current version)
Represents a set of methods for creating metadata ItemCollection instances.
This API is not CLS-compliant.
Namespace:
System.Data.Entity.DesignAssembly:
System.Data.Entity.Design (in System.Data.Entity.Design.dll)
System::Object System.Data.Entity.Design::MetadataItemCollectionFactory
[CLSCompliantAttribute(false)]
public ref class MetadataItemCollectionFactory abstract sealed
| Name | Description |
|---|
  | CreateEdmItemCollection(IEnumerable<XmlReader^>^, IList<EdmSchemaError^>^%) | |
  | CreateEdmItemCollection(IEnumerable<XmlReader^>^, Version^, IList<EdmSchemaError^>^%) | |
  | CreateStorageMappingItemCollection(EdmItemCollection^, StoreItemCollection^, IEnumerable<XmlReader^>^, IList<EdmSchemaError^>^%) | |
  | CreateStorageMappingItemCollection(EdmItemCollection^, StoreItemCollection^, IEnumerable<XmlReader^>^, Version^, IList<EdmSchemaError^>^%) | |
  | CreateStoreItemCollection(IEnumerable<XmlReader^>^, IList<EdmSchemaError^>^%) | |
  | CreateStoreItemCollection(IEnumerable<XmlReader^>^, Version^, IList<EdmSchemaError^>^%) | |
.NET Framework
Available since 3.5
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top