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