Skip to content

SqlUpdate.GetWhereClause method

Returns the WHERE clause (excluding WHERE keyword).

public string GetWhereClause()

Return Value

The WHERE clause, or an empty string if there are no conditions.

See Also