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
- class SqlUpdate
Returns the WHERE clause (excluding WHERE keyword).
public string GetWhereClause()
The WHERE clause, or an empty string if there are no conditions.