[]
        
(Showing Draft Content)

C1.DataEngine.Query

Query Class

Represents a DataEngine query, that is, a table filled with rows computed by DataEngine from one or more base tables by applying query operations.

Inheritance
Query
Namespace: C1.DataEngine
Assembly: C1.DataEngine.dll
Syntax
[DataContract]
[KnownType(typeof(ColumnCopy))]
[KnownType(typeof(ColumnOp))]
public class Query : Table

Fields

Name Description
_base
_baseIndex

Methods

Name Description
Execute()

Executes the query.

FillExpando()
ParseProperty(string, object)
ParseSettings(object)