Mindscape LightSpeed - User Reference & API Documentation
PathExpression Class
API ReferenceMindscape.LightSpeed.QueryingPathExpression
Represents a path.
Declaration Syntax
C#Visual Basic
public sealed class PathExpression : QueryExpression<PathExpression>, IAttributePathExpression
Public NotInheritable Class PathExpression _
	Inherits QueryExpression(Of PathExpression) _
	Implements IAttributePathExpression
Members
All MembersConstructorsMethods



IconMemberDescription
PathExpression(String)
Initializes a new instance of the PathExpression class.

Between(Object, Object)
Creates a QueryExpression representing a database BETWEEN operation.

BuildExpression(PathExpression, RelationalOperator, array<Object>[]()[])
Builds a QueryExpression representing a relational operation on a database.

Equality(PathExpression, Object)
The equals (==) operator.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
Exists()()()
Creates a QueryExpression representing a database EXISTS operation.

GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object.GetHashCode()()().)
GreaterThan(PathExpression, Object)
The greater than (>) operator.

GreaterThanOrEqual(PathExpression, Object)
The greater than or equal to (>=) operator.

In(array<Object>[]()[])
Creates a QueryExpression representing a database IN operation.

Inequality(PathExpression, Object)
The not equal (!=) operator.

LessThan(PathExpression, Object)
The less than (<) operator.

LessThanOrEqual(PathExpression, Object)
The less than or equal to (<=) operator.

Like(String)
Creates a QueryExpression representing a database LIKE comparison.

Inheritance Hierarchy
Object
QueryExpression
 QueryExpression<(Of <(PathExpression>)>)
  PathExpression

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