Method To
To(Expression<Func<TContext, T>>)
Declaration
void To(Expression<Func<TContext, T>> targetExpression)
Parameters
Type | Name | Description |
---|---|---|
Expression<Func<TContext, T>> | targetExpression |
To(Action<TContext, T>)
Declaration
void To(Action<TContext, T> action)
Parameters
Type | Name | Description |
---|---|---|
Action<TContext, T> | action |