共用方式為


EntityParameterCollection.Insert 方法

定義

多載

Insert(Int32, EntityParameter)

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

Insert(Int32, Object)

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

Insert(Int32, EntityParameter)

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

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

參數

index
Int32

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

value
EntityParameter

要插入至 EntityParameterEntityParameterCollection 物件。

適用於

Insert(Int32, Object)

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

public:
 override void Insert(int index, System::Object ^ value);
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

要插入至 ObjectEntityParameterCollection

適用於