18 using System.Collections.Generic;
34 TableName = tableName;
35 AliasName = aliasName;
54 data.
SetValue(
"TableName", TableName);
55 data.
SetValue(
"AliasName", AliasName);
59 var t = context.
Query.GetTable(TableName);
void GetData(SerializeData data)
Defines the contract to access the data contained into a table of a database.
ITable Evaluate(IRequest context)
void SetValue(string key, Type type, object value)
Describes the name of an object within a database.
A node element of a query plan tree. /summary>
FetchTableNode(ObjectData data)
object GetValue(string key)
FetchTableNode(ObjectName tableName, ObjectName aliasName)
The node for fetching a table from the current transaction.