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

适用于