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

Inheritance: SqlBaseExpression
Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

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

Method Details

SqlUpdateExpression() public méthode

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
Résultat System.Collections.Generic