IUpdateSetDbCommandBuilder<(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
MultipleRowDbCommandBuilder<TCommand, TParameter> WithFilter( string whereClause )
Function WithFilter ( _ whereClause As String _ ) As MultipleRowDbCommandBuilder(Of TCommand, TParameter)
MultipleRowDbCommandBuilder<TCommand, TParameter>^ WithFilter( String^ whereClause )
Parameters
- whereClause
- Type: String
The where clause.