Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of binary expression.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration BinaryExpressionType
public enum BinaryExpressionType
public enum class BinaryExpressionType
type BinaryExpressionType
public enum BinaryExpressionType
Members
Member name | Description | |
---|---|---|
Add | Type is Add | |
Subtract | ||
Multiply | Type is Multiply | |
Divide | Type is Divide | |
Modulo | Type is Modulo | |
BitwiseAnd | Type is BitwiseAnd | |
BitwiseOr | Type is BitwiseOr | |
BitwiseXor | Type is BitwiseXor | |
Equals | Type is Equals | |
GreaterThan | Type is GreaterThan | |
LessThan | Type is LessThan | |
GreaterThanOrEqualTo | Type is GreaterThanOrEqualTo | |
LessThanOrEqualTo | Type is LessThanOrEqualTo | |
NotEqualToBrackets | Type is NotEqualToBrackets | |
NotEqualToExclamation | Type is NotEqualToExclamation | |
NotLessThan | Type is NotLessThan | |
NotGreaterThan | Type is NotGreaterThan | |
LeftOuterJoin | Type is LeftOuterJoin | |
RightOuterJoin | Type is RightOuterJoin | |
And | Type is And | |
Or | Type is Or |