MongoRepository documentation
MongoRepositoryT, TKeyExpression Property |
Gets the expression tree that is associated with the instance of IQueryable.
Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual Expression Expression { get; }
Public Overridable ReadOnly Property Expression As Expression Get
public: virtual property Expression^ Expression { Expression^ get (); }
abstract Expression : Expression with get override Expression : Expression with get
Property Value
Type: ExpressionImplements
IQueryableExpressionSee Also