Skip to content

SqlDebugDumper class

namespace: Serenity.Data   assemblySerenity.Net.Services

Formats a debug version of a query, replacing parameters with SQL constants, fixing brackets, database caret references etc.

public class SqlDebugDumper

Public Members

name description
SqlDebugDumper() The default constructor.
static Dump(…) Dumps the specified SQL, replacing parameters with SQL constants, fixing brackets and database caret references.

See Also