C# Class Serenity.Data.SqlConversions

Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
ToSql ( this value ) : string
ToSql ( this value, ISqlDialect dialect = null ) : string
ToSqlDate ( this value, ISqlDialect dialect = null ) : string
ToSqlTime ( this value, ISqlDialect dialect = null ) : string

Method Details

ToSql() public static method

public static ToSql ( this value ) : string
value this
return string

ToSql() public static method

public static ToSql ( this value, ISqlDialect dialect = null ) : string
value this
dialect ISqlDialect
return string

ToSqlDate() public static method

public static ToSqlDate ( this value, ISqlDialect dialect = null ) : string
value this
dialect ISqlDialect
return string

ToSqlTime() public static method

public static ToSqlTime ( this value, ISqlDialect dialect = null ) : string
value this
dialect ISqlDialect
return string