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
要删除的参数的索引。
返回
同一生成器实例,以便可以链接多个调用。