SqlDelete.Format method

namespace: Serenity.Data   assemblySerenity.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