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