SqlParameterCollection.Insert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Insert(Int32, SqlParameter) |
將 SqlParameter 物件插入 SqlParameterCollection 的指定索引處。 |
Insert(Int32, Object) |
將 Object 插入至 SqlParameterCollection 的指定索引處。 |
Insert(Int32, SqlParameter)
將 SqlParameter 物件插入 SqlParameterCollection 的指定索引處。
public:
void Insert(int index, Microsoft::Data::SqlClient::SqlParameter ^ value);
public void Insert (int index, Microsoft.Data.SqlClient.SqlParameter value);
override this.Insert : int * Microsoft.Data.SqlClient.SqlParameter -> unit
Public Sub Insert (index As Integer, value As SqlParameter)
參數
- index
- Int32
以零為基底的索引,這是插入值之處。
- value
- SqlParameter
要插入至 SqlParameter 的 SqlParameterCollection 物件。
適用於
Insert(Int32, Object)
將 Object 插入至 SqlParameterCollection 的指定索引處。
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 的 SqlParameterCollection。