Mindscape LightSpeed - User Reference & API Documentation
LiteralExpressions Property
API ReferenceMindscape.LightSpeed.QueryingPredicateExpressionLiteralExpressions
Gets a collection of LiteralExpression objects denoting the right hand side of this predicate expression.
Declaration Syntax
C#Visual Basic
public IList<LiteralExpression> LiteralExpressions { get; }
Public ReadOnly Property LiteralExpressions As IList(Of LiteralExpression)
Value
The collection of LiteralExpression objects.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)