コード例 #1
0
ファイル: SqlCaseNode.cs プロジェクト: Whiteknight/SqlParser
 public ISqlNode Accept(INodeVisitorTyped visitor) => visitor.VisitCaseWhen(this);