SqlDelete.Format method
namespace: Serenity.Data assembly: Serenity.Net.Services
Formats a DELETE query.
public static string Format(string tableName, string where, ISqlDialect dialect = null)
| parameter | description |
|---|---|
| tableName | Table name. |
| where | Where part of the query. |
| dialect | Target dialect |
Return Value
Formatted query.
See Also
- interface ISqlDialect
- class SqlDelete