Freigeben über


StoreItemCollection-Konstruktor (EdmModel)

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Initialisiert eine neue Instanz der StoreItemCollection-Klasse.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Sub New ( _
    model As EdmModel _
)
'Usage
Dim model As EdmModel 

Dim instance As New StoreItemCollection(model)
public StoreItemCollection(
    EdmModel model
)
public:
StoreItemCollection(
    EdmModel^ model
)
new : 
        model:EdmModel -> StoreItemCollection
public function StoreItemCollection(
    model : EdmModel
)

Parameter

Siehe auch

Verweis

StoreItemCollection Klasse

StoreItemCollection-Überladung

System.Data.Entity.Core.Metadata.Edm-Namespace