Click or drag to resize
ExpressionExtensionMethods.ToValue Method
Overload List
  NameDescription
Public methodStatic memberToValue<TValue>(ExpressionDefinition)
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the result of the passed in expression.
Public methodStatic memberToValue<TValue>(IExpression)
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the result of the passed in expression.
Top
See Also