SqlDelete class
namespace: Serenity.Data assembly: Serenity.Net.Data
Class to generate queries of form DELETE FROM tablename WHERE [conditions].
public sealed class SqlDelete : QueryWithParams, IFilterableQuery
Public Members
| name | description |
|---|---|
| SqlDelete(…) | Creates a new SqlDelete query. |
| override ToString() | Gets string representation of the query. |
| Where(…) | Adds a new condition to the WHERE part of the query with an "AND" between. (2 methods) |
| static Format(…) | Formats a DELETE query. |
See Also
- class QueryWithParams
- interface IFilterableQuery
- Source: SqlDelete.cs