共用方式為


IRelationalCommandBuilder.RemoveParameterAt(Int32) 方法

定義

從此命令中移除具有指定索引的參數。

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

要移除之參數的索引。

傳回

相同的產生器實例,以便鏈結多個呼叫。

適用於