C# Class Shaolinq.Persistence.Linq.Expressions.SqlDeleteExpression

Inheritance: SqlBaseExpression
Mostra file Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
SqlDeleteExpression ( Expression source, Expression where ) : System.Linq.Expressions

Method Details

SqlDeleteExpression() public method

public SqlDeleteExpression ( Expression source, Expression where ) : System.Linq.Expressions
source System.Linq.Expressions.Expression
where System.Linq.Expressions.Expression
return System.Linq.Expressions