Click or drag to resize
LLBLGenProQueryTIQueryableExpression Property
Gets the expression tree that is associated with the instance of IQueryable.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
Expression IQueryable.Expression { get; }

Property Value

Type: Expression

Return Value

Type: Expression
The Expression that is associated with this instance of IQueryable.

Implements

IQueryableExpression
See Also