EntityParameterCollection.Insert 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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 -> unitPublic 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, object value);override this.Insert : int * obj -> unitPublic Overrides Sub Insert (index As Integer, value As Object)参数
- index
- Int32
应将值插入到的位置的索引(从零开始)。
- value
- Object
Object要插入 的 EntityParameterCollection 。