18 using System.Collections.Generic;
26 TableNames =
new List<ObjectName>();
29 public IList<ObjectName> TableNames {
get;
private set; }
32 var value = constant.
Value;
37 var planNode = queryObject.QueryPlan;
38 TableNames = planNode.DiscoverTableNames();
41 return base.VisitConstant(constant);
A query to the database to select data from a set of tables and columns.
ISqlObject Value
Gets the underlined value that is handled.
DataObject Value
Gets the constant value of the expression.
An expression that holds a constant value.
Defines the base class for instances that represent SQL expression tree nodes.
A visitor for SqlExpression objects.
override SqlExpression VisitConstant(SqlConstantExpression constant)