GetExpressionModel(object?)
Gets the object that must be exposed to the expressions in transaction policies.
Declaration
public virtual TExpressionModel? GetExpressionModel(object? data)Parameters
| Type | Name | Description |
|---|---|---|
| object | data | The raw CLR object, typically Data. |
Returns
| Type | Description |
|---|---|
| TExpressionModel |