共用方式為


StoreItemCollection 建構函式 (IEnumerable<XmlReader>)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

使用指定的 XMLReader,初始化 StoreItemCollection 類別的新執行個體。

命名空間:  System.Data.Entity.Core.Metadata.Edm
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Sub New ( _
    xmlReaders As IEnumerable(Of XmlReader) _
)
'用途
Dim xmlReaders As IEnumerable(Of XmlReader)

Dim instance As New StoreItemCollection(xmlReaders)
public StoreItemCollection(
    IEnumerable<XmlReader> xmlReaders
)
public:
StoreItemCollection(
    IEnumerable<XmlReader^>^ xmlReaders
)
new : 
        xmlReaders:IEnumerable<XmlReader> -> StoreItemCollection
public function StoreItemCollection(
    xmlReaders : IEnumerable<XmlReader>
)

參數

請參閱

參考

StoreItemCollection 類別

StoreItemCollection 多載

System.Data.Entity.Core.Metadata.Edm 命名空間