25 public long Offset {
get;
private set; }
27 public long Count {
get;
private set; }
42 var table = Child.Evaluate(context);
Defines the contract to access the data contained into a table of a database.
A IQueryPlanNode with a single child.
A query to the database to select data from a set of tables and columns.
long GetInt64(string key)
void SetValue(string key, Type type, object value)
A node element of a query plan tree. /summary>
override ITable Evaluate(IRequest context)
override void GetData(SerializeData data)
LimitNode(ObjectData data)
LimitNode(IQueryPlanNode child, long offset, long count)