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

IUpdateSetDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..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


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.
whereArgumentValue
Type: Nullable<(Of <(<'Object>)>)>
The where clause argument value.

Return Value