Skip to content

SqlConversions class

namespace: Serenity.Data   assemblySerenity.Net.Services

Value to SQL constant expression conversions.

public static class SqlConversions

Public Members

name description
const Null The NULL constant.
static ToSql(…) Converts the value to SQL. (9 methods)
static ToSqlDate(…) Converts the value to a SQL date. (2 methods)
static ToSqlTime(…) Converts the value to a SQL time. (2 methods)
static Translate(…) Translates the command text to the target connection dialect by replacing brackets ([]) and parameter prefixes (@). (3 methods)

See Also