StorageMappingItemCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the StorageMappingItemCollection class.
Overloads
StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>) |
Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and XML readers. |
StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[]) |
Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and a collection of string indicating the metadata file paths. |
StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)
Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and XML readers.
public:
StorageMappingItemCollection(System::Data::Metadata::Edm::EdmItemCollection ^ edmCollection, System::Data::Metadata::Edm::StoreItemCollection ^ storeCollection, System::Collections::Generic::IEnumerable<System::Xml::XmlReader ^> ^ xmlReaders);
public StorageMappingItemCollection (System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);
new System.Data.Mapping.StorageMappingItemCollection : System.Data.Metadata.Edm.EdmItemCollection * System.Data.Metadata.Edm.StoreItemCollection * seq<System.Xml.XmlReader> -> System.Data.Mapping.StorageMappingItemCollection
Public Sub New (edmCollection As EdmItemCollection, storeCollection As StoreItemCollection, xmlReaders As IEnumerable(Of XmlReader))
Parameters
- edmCollection
- EdmItemCollection
The EdmItemCollection that this mapping is to use.
- storeCollection
- StoreItemCollection
The StoreItemCollection that this mapping is to use.
- xmlReaders
- IEnumerable<XmlReader>
The XML readers that this mapping is to use.
Applies to
StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])
Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and a collection of string indicating the metadata file paths.
public:
StorageMappingItemCollection(System::Data::Metadata::Edm::EdmItemCollection ^ edmCollection, System::Data::Metadata::Edm::StoreItemCollection ^ storeCollection, ... cli::array <System::String ^> ^ filePaths);
public StorageMappingItemCollection (System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, params string[] filePaths);
new System.Data.Mapping.StorageMappingItemCollection : System.Data.Metadata.Edm.EdmItemCollection * System.Data.Metadata.Edm.StoreItemCollection * string[] -> System.Data.Mapping.StorageMappingItemCollection
Public Sub New (edmCollection As EdmItemCollection, storeCollection As StoreItemCollection, ParamArray filePaths As String())
Parameters
- edmCollection
- EdmItemCollection
The EdmItemCollection that this mapping is to use.
- storeCollection
- StoreItemCollection
The StoreItemCollection that this mapping is to use.
- filePaths
- String[]
The file paths that this mapping is to use.