Represents a path.

C# | Visual Basic |
public sealed class PathExpression : QueryExpression<PathExpression>, IAttributePathExpression
Public NotInheritable Class PathExpression _ Inherits QueryExpression(Of PathExpression) _ Implements IAttributePathExpression

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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.
|

Object | |||
![]() | QueryExpression | ||
![]() | QueryExpression<(Of <(PathExpression>)>) | ||
![]() | PathExpression |