Inheritance: IQueryPlanNode
コード例 #1
0
 protected virtual IQueryPlanNode VisitSingleRowTable(SingleRowTableNode node)
 {
     return(new SingleRowTableNode());
 }
コード例 #2
0
 protected virtual IQueryPlanNode VisitSingleRowTable(SingleRowTableNode node)
 {
     return new SingleRowTableNode();
 }