C# Class DbExpressions.DbSqlExpression

Represents the SQL fragment created when translating a DbExpression
Inheritance: DbExpression
Mostra file Open project: seesharper/DbExpressions Class Usage Examples

Public Methods

Method Description
DbSqlExpression ( string sql )

Initializes a new instance of the DbSqlExpression class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

DbSqlExpression() public method

Initializes a new instance of the DbSqlExpression class.
public DbSqlExpression ( string sql )
sql string The SQL.

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string