C# Class Pomona.Example.ThrowOnCalculatedPropertyVisitor

This is used to simulate the fact that generated properties can't be queried from DB.
Inheritance: System.Linq.Expressions.ExpressionVisitor
Exibir arquivo Open project: Pomona/Pomona Class Usage Examples

Protected Methods

Method Description
VisitMember ( MemberExpression node ) : Expression

Method Details

VisitMember() protected method

protected VisitMember ( MemberExpression node ) : Expression
node System.Linq.Expressions.MemberExpression
return System.Linq.Expressions.Expression