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
)
パラメーター
- model
型 : System.Data.Entity.Core.Metadata.Edm.EdmModel
Entity Data Model。