C# Class FrameDAL.SqlExpressions.UpdateExpression

Inheritance: CommandExpression
Afficher le fichier Open project: vincentlauvlwj/FrameDAL

Méthodes publiques

Méthode Description
UpdateExpression ( TableExpression table, SqlExpression where, IEnumerable assignments ) : System

Method Details

UpdateExpression() public méthode

public UpdateExpression ( TableExpression table, SqlExpression where, IEnumerable assignments ) : System
table TableExpression
where SqlExpression
assignments IEnumerable
Résultat System