SqlDelete.Format method
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. |
Return Value
Formatted query.
See Also
- class SqlDelete