TransactionQueryTObject, TRepositoryExpression Property |
Gets the expression tree that is associated with the instance of
IQueryable.
Namespace:
Aloe.SystemFrameworks.Domain.LINQ
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Expression Expression { get; }
Public ReadOnly Property Expression As Expression
Get
public:
virtual property Expression^ Expression {
Expression^ get () sealed;
}
abstract Expression : Expression with get
override Expression : Expression with get
Property Value
Type:
ExpressionImplements
IQueryableExpression
See Also