SqlDelete.Where method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Adds a new condition to the WHERE part of the query with an "AND" between.

public SqlDelete Where(string condition)
parameter description
condition Condition.

Return Value

SqlDelete object itself.

See Also


SqlDelete.Where method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Adds new conditions to the WHERE part of the query with an "AND" between.

public SqlDelete Where(params string[] conditions)
parameter description
conditions Conditions.

Return Value

SqlDelete object itself.

See Also