namespace: Serenity.Data assembly: Serenity.Net.Data
Formats a DELETE query.
public static string Format(string tableName, string where)
parameter | description |
---|---|
tableName | Table name. |
where | Where part of the query. |
Formatted query.
- class SqlDelete