SqlCaseExpression Class

Definition

public abstract class SqlCaseExpression : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlScalarExpression
type SqlCaseExpression = class
    inherit SqlScalarExpression
Public MustInherit Class SqlCaseExpression
Inherits SqlScalarExpression
Inheritance
Derived

Fields

Name Description
elseExpression

Properties

Name Description
BoundObject (Inherited from SqlScalarExpression)
BoundScalar
Children (Inherited from SqlCodeObject)
ElseExpression
EndLocation (Inherited from SqlCodeObject)
IsSqlCodeSnippet (Inherited from SqlCodeObject)
Length (Inherited from SqlCodeObject)
Parent (Inherited from SqlCodeObject)
Position (Inherited from SqlCodeObject)
Sql (Inherited from SqlCodeObject)
StartLocation (Inherited from SqlCodeObject)
Statement (Inherited from SqlCodeObject)
TokenManager (Inherited from SqlCodeObject)
Tokens (Inherited from SqlCodeObject)
Xml (Inherited from SqlCodeObject)

Methods

Name Description
Accept(ISqlCodeObjectVisitor) (Inherited from SqlCodeObject)
Accept<C>(ISqlCodeObjectContextVisitor<C>, C) (Inherited from SqlCodeObject)
Accept<T,C>(ISqlCodeObjectContextVisitor<T,C>, C) (Inherited from SqlCodeObject)
Accept<T>(ISqlCodeObjectVisitor<T>) (Inherited from SqlCodeObject)

Applies to