Describes one expression of a WhereTerm
For a list of all members of this type, see SqlExpression Members.
System.Object
Reeb.SqlOM.SqlExpression
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
SqlExpression can represent a database field, or a static value. To create a SqlExpression represnting a field use the
... query.WherePhrase.Terms.Add(WhereTerm.CreateCompare(SqlExpression.Field("name", tCustomers), SqlExpression.String("John"), CompareOperator.Equal)); ...
Namespace: Reeb.SqlOM
Assembly: Reeb.SqlOM (in Reeb.SqlOM.dll)
SqlExpression Members | Reeb.SqlOM Namespace | Field