EntityParameterCollection.Insert 方法

定义

EntityParameter 中插入一个 EntityParameterCollection 对象。

重载

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

要插入到 EntityParameter 中的 EntityParameterCollection 对象。

适用于

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

要插入到 Object 中的 EntityParameterCollection

适用于