Method FieldPath
FieldPath<TValue>(Expression<Func<T, TValue>>)
Declaration
protected string FieldPath<TValue>(Expression<Func<T, TValue>> expr)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression<Func<T, TValue>> | expr |
Returns
| Type | Description |
|---|---|
| string |
Type Parameters
| Name | Description |
|---|---|
| TValue |