Mindscape LightSpeed - User Reference & API Documentation
Mindscape.LightSpeed.Querying Namespace
API ReferenceMindscape.LightSpeed.Querying
The Mindscape.LightSpeed.Querying namespace provides classes that are used to implement querying.
Declaration Syntax
C#Visual Basic
namespace Mindscape.LightSpeed.Querying
Namespace Mindscape.LightSpeed.Querying
Types
All TypesClassesInterfaces
IconTypeDescription
BinaryOperator
Base class of binary operators.

IAttributePathExpression
Represents a QueryExpression that contains a path to an entity attribute.

IdentifierExpression
Represents an identifier.

LiftedPathExpression
Represents a PathExpression that has been normalized.

LiteralExpression
Represents a literal value.

LogicalExpression
Represents a logical expression.

LogicalOperator
The logical binary operators AND and OR.

NegatedExpression
Represents a negated expression.

Order
Specification of the order in which results of a Query should be returned.

Page
Represents a logical page of a result set.

PathExpression
Represents a path.

PredicateExpression
Represents a predicate expression.

Query
Represents a query specification that may be submitted to the Repository.

QueryExpression
Abstract base class for all expressions used in the framework.

QueryExpression<(Of <(TExpression>)>)
Abstract base class for all query expressions used in the framework.

RelationalOperator
The relational binary operators.