Mindscape LightSpeed - User Reference & API Documentation
PredicateExpression Class
API ReferenceMindscape.LightSpeed.QueryingPredicateExpression
Represents a predicate expression.
Declaration Syntax
C#Visual Basic
public sealed class PredicateExpression : QueryExpression<PredicateExpression>
Public NotInheritable Class PredicateExpression _
	Inherits QueryExpression(Of PredicateExpression)
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PredicateExpression(IdentifierExpression, RelationalOperator)
Initializes a new instance of the PredicateExpression class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
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()()().)
LiteralExpressions
Gets a collection of LiteralExpression objects denoting the right hand side of this predicate expression.

ToString()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
QueryExpression
 QueryExpression<(Of <(PredicateExpression>)>)
  PredicateExpression

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