Click or drag to resize

Expression Methods

The Expression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAll
Returns an expression to represent '*' in things like COUNT(*) and SELECT *
Public methodStatic memberBoolean
Returns an expression to represent a fixed Boolean value
Public methodStatic memberDate
Returns an expression to represent a fixed DateTimeOffset value
Public methodStatic memberDouble
Returns an expression to represent a fixed Double value
Public methodStatic memberFloat
Returns an expression to represent a fixed Single value
Public methodStatic memberInt
Returns an expression to represent a fixed Int32 value
Public methodStatic memberLong
Returns an expression to represent a fixed Int64 value
Public methodStatic memberNegated
Returns an expression representing the negated result of an expression
Public methodStatic memberNot
Returns an expression representing the negated result of an expression
Public methodStatic memberParameter
Gets an expression representing a named parameter (as set in Parameters) for use in a query
Public methodStatic memberProperty
Returns an expression representing the value of a named property
Public methodStatic memberString
Returns an expression to represent a fixed String value
Public methodStatic memberValue
Returns an expression to represent a fixed Object value. It must be one of the allowed types (i.e. the ones allowed in other methods such as String(String)
Top
See Also