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