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