UpdateManyDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..WithFilter Method (String)
Adds (or replaces) the filter on this command builder.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public UpdateManyDbCommandBuilder<TCommand, TParameter> WithFilter( string whereClause )
Public Function WithFilter ( _ whereClause As String _ ) As UpdateManyDbCommandBuilder(Of TCommand, TParameter)
public: UpdateManyDbCommandBuilder<TCommand, TParameter>^ WithFilter( String^ whereClause )
Parameters
- whereClause
- Type: String
The where clause.