Click or drag to resize

LikeExpression Properties

The LikeExpression type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyIsNot
Returns true if this is a "not like", or false if just a like
Public propertyNot
Returns true if this is a "not like", or false if just a like
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
See Also