SqlConversions class

namespace: Serenity.Data   assemblySerenity.Net.Data

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 sql date. (2 methods)
static ToSqlTime(…) Converts the value to sql time. (2 methods)
static Translate(…) Translates the command text to target connection dialect by replacing brackets ([]), and parameter prefixes (@). (3 methods)

See Also