Click or drag to resize

Expression Methods

The Expression type exposes the following members.

Methods
  NameDescription
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(Int32)
Gets an expression representing a positional parameter (as set in Parameters) for use in a query
Public methodStatic memberParameter(String)
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
Top
See Also