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。