Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1002 Bytes

SqlConversions.md

File metadata and controls

22 lines (16 loc) · 1002 Bytes

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