コード例 #1
0
 public override void ExplicitVisit(SelectFunctionReturnType fragment)
 {
     _fragments.Add(fragment);
 }
コード例 #2
0
ファイル: AllNodesVisitor.cs プロジェクト: yaakoviyun/sqlskim
 public override void Visit(SelectFunctionReturnType node) { this.action(node); }
コード例 #3
0
 public void ProcessSelectFunctionReturnType(SelectFunctionReturnType ReturnType)
 {
     _smells.ProcessTsqlFragment(ReturnType.SelectStatement);
 }