EntityParameterCollection.Insert 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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。