DynamicMetaObjectBinder.GetUpdateExpression(Type) Method

Definition

Gets an expression that will cause the binding to be updated. It indicates that the expression's binding is no longer valid. This is typically used when the "version" of a dynamic object has changed.

public:
 System::Linq::Expressions::Expression ^ GetUpdateExpression(Type ^ type);
public System.Linq.Expressions.Expression GetUpdateExpression (Type type);
member this.GetUpdateExpression : Type -> System.Linq.Expressions.Expression
Public Function GetUpdateExpression (type As Type) As Expression

Parameters

type
Type

The Type property of the resulting expression; any type is allowed.

Returns

The update expression.

Applies to