[]
Represents a DataEngine query, that is, a table filled with rows computed by DataEngine from one or more base tables by applying query operations.
[DataContract]
[KnownType(typeof(ColumnCopy))]
[KnownType(typeof(ColumnOp))]
public class Query : Table
| Name | Description |
|---|---|
| _base | |
| _baseIndex |
| Name | Description |
|---|---|
| Execute() | Executes the query. |
| FillExpando() | |
| ParseProperty(string, object) | |
| ParseSettings(object) |