共用方式為


EntityParameterCollection.Insert 方法

定義

多載

Insert(Int32, EntityParameter)

EntityParameter 物件插入 EntityParameterCollection 的指定索引處。

Insert(Int32, Object)

Object 插入至 EntityParameterCollection 的指定索引處。

Insert(Int32, EntityParameter)

EntityParameter 物件插入 EntityParameterCollection 的指定索引處。

public void Insert (int index, System.Data.Entity.Core.EntityClient.EntityParameter value);
override this.Insert : int * System.Data.Entity.Core.EntityClient.EntityParameter -> unit
Public Sub Insert (index As Integer, value As EntityParameter)

參數

index
Int32

以零為基底的索引,這是插入值之處。

適用於

Insert(Int32, Object)

Object 插入至 EntityParameterCollection 的指定索引處。

public override void Insert (int index, object value);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, value As Object)

參數

index
Int32

以零為基底的索引,這是插入值之處。

value
Object

Object要插入 的 EntityParameterCollection

適用於