Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 453 Bytes

File metadata and controls

21 lines (14 loc) · 453 Bytes

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