IRelationalCommandBuilder.RemoveParameterAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從此命令中移除具有指定索引的參數。
public Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder RemoveParameterAt (int index);
abstract member RemoveParameterAt : int -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
Public Function RemoveParameterAt (index As Integer) As IRelationalCommandBuilder
參數
- index
- Int32
要移除之參數的索引。
傳回
相同的產生器實例,以便鏈結多個呼叫。