SqliteParameterCollection.RemoveAt 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RemoveAt(Int32) |
從集合中移除位於指定索引處的參數。 |
RemoveAt(String) |
從集合中移除具有指定名稱的參數。 |
RemoveAt(Int32)
從集合中移除位於指定索引處的參數。
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)
參數
- index
- Int32
要移除之參數之以零起始的索引。
適用於
RemoveAt(String)
從集合中移除具有指定名稱的參數。
public override void RemoveAt (string parameterName);
override this.RemoveAt : string -> unit
Public Overrides Sub RemoveAt (parameterName As String)
參數
- parameterName
- String
要移除的參數名稱。