Udostępnij przez


DbExpressionBuilder.SetClause(DbExpression, DbExpression) Metoda

Definicja

Tworzy nowe DbSetClause reprezentujące ustawienie właściwości na wartość.

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

Parametry

property
DbExpression

Właściwość, która ma zostać ustawiona.

value
DbExpression

Wartość, na która ma być ustawiona właściwość .

Zwraca

Nowo utworzona klauzula zestawu.

Dotyczy