Share via


CatchBlock.Update(ParameterExpression, Expression, Expression) Yöntem

Tanım

Bunun gibi, ancak sağlanan alt öğeleri kullanarak yeni bir ifade oluşturur. Tüm alt öğeler aynıysa bu ifade döndürülecektir.

public:
 System::Linq::Expressions::CatchBlock ^ Update(System::Linq::Expressions::ParameterExpression ^ variable, System::Linq::Expressions::Expression ^ filter, System::Linq::Expressions::Expression ^ body);
public System.Linq.Expressions.CatchBlock Update (System.Linq.Expressions.ParameterExpression variable, System.Linq.Expressions.Expression filter, System.Linq.Expressions.Expression body);
public System.Linq.Expressions.CatchBlock Update (System.Linq.Expressions.ParameterExpression? variable, System.Linq.Expressions.Expression? filter, System.Linq.Expressions.Expression body);
member this.Update : System.Linq.Expressions.ParameterExpression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.CatchBlock
Public Function Update (variable As ParameterExpression, filter As Expression, body As Expression) As CatchBlock

Parametreler

variable
ParameterExpression

Sonucun Variable özelliği.

filter
Expression

Sonucun Filter özelliği.

body
Expression

Sonucun Body özelliği.

Döndürülenler

Hiçbir alt öğe değiştirilmediyse veya güncelleştirilmiş alt öğeleri olan bir ifadeyse bu ifade.

Şunlara uygulanır