Sql.Net Class Library Documentation

CompareOperator Enumeration

Specifies how tow operands are to be compared

public enum CompareOperator

Members

Member Name Description
EqualEqual
NotEqualDifferent
GreaterLeft operand is greater
LessLeft operand is less
LessOrEqualLeft operand is less or equal
GreaterOrEqualLeft operand is greater or equal
BitwiseAndMake a bitwise AND and check the result for being not null (ex: (a & b) > 0) )
LikeSubstring. Use '%' signs in the value to match anything

Requirements

Namespace: Reeb.SqlOM

Assembly: Reeb.SqlOM (in Reeb.SqlOM.dll)

See Also

Reeb.SqlOM Namespace