namespace: Serenity.Data assembly: Serenity.Net.Data
Value to SQL constant expression conversions
public static class SqlConversions
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) |
- Source: SqlConversions.cs