次の方法で共有


EdmItemCollection コンストラクター (EdmModel)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

EdmItemCollection クラスの新しいインスタンスを初期化します。

名前空間:  System.Data.Entity.Core.Metadata.Edm
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Sub New ( _
    model As EdmModel _
)
'使用
Dim model As EdmModel 

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

パラメーター

参照

参照

EdmItemCollection クラス

EdmItemCollection オーバーロード

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