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

Inheritance: SqlBaseExpression
Exibir arquivo Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
SqlUpdateExpression ( Expression source, IReadOnlyList assignments, Expression where, bool requiresIdentityInsert = false ) : System.Collections.Generic

Method Details

SqlUpdateExpression() public method

public SqlUpdateExpression ( Expression source, IReadOnlyList assignments, Expression where, bool requiresIdentityInsert = false ) : System.Collections.Generic
source System.Linq.Expressions.Expression
assignments IReadOnlyList
where System.Linq.Expressions.Expression
requiresIdentityInsert bool
return System.Collections.Generic