Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

TableDbCommandBuilder<(Of <(<'TCommand, TParameter, TLimit, TObject>)>)>..::..WithFilter Method (String, Nullable<(Of <(<'Object>)>)>)

Adds (or replaces) the filter on this command builder.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  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.
argumentValue
Type: Nullable<(Of <(<'Object>)>)>
The argument value.

Return Value