Partager via


DbExpressionBuilder.SetClause(DbExpression, DbExpression) Méthode

Définition

Crée un DbSetClause représentant la définition d’une propriété sur une valeur.

public static System.Data.Entity.Core.Common.CommandTrees.DbSetClause SetClause (System.Data.Entity.Core.Common.CommandTrees.DbExpression property, System.Data.Entity.Core.Common.CommandTrees.DbExpression value);
static member SetClause : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbSetClause
Public Function SetClause (property As DbExpression, value As DbExpression) As DbSetClause

Paramètres

property
DbExpression

Propriété à définir.

value
DbExpression

Valeur à attribuer à la propriété.

Retours

Clause set nouvellement créée.

S’applique à