ModelExpression.Model Property

Definition

Gets the model object for the Expression of interest.

public:
 property System::Object ^ Model { System::Object ^ get(); };
public object Model { get; }
member this.Model : obj
Public ReadOnly Property Model As Object

Property Value

Remarks

Getting Model will evaluate a compiled version of the original Expression.

Applies to