Performs relational database queries on domain database.
Xml Structure
<QueryContent AutoSearch="True | False" ClearFirst="True | False" ValidationGroup="" XPath="" SectionName="">
<Rules></Rules>
<TargetXPath></TargetXPath>
<ItemXPath></ItemXPath>
<RowIdXPath></RowIdXPath>
<HierarchyXPath></HierarchyXPath>
<HierarchyColumn></HierarchyColumn>
<Filter></Filter>
<Query Name="" Start="0" MaxLength="-1">
<Parameters>
<TargetSchema></TargetSchema>
<TargetTable></TargetTable>
</Parameters>
<Columns>
<Column Name="" Formula="">
<Properties>
<XPath></XPath>
</Properties>
</Column>
</Columns>
<Where Condition="And">
<Criteria>
<Criteria Name="" Comparison="" Condition="" Formula="">
<Value></Value>
</Criteria>
</Criteria>
</Where>
<Order/>
<SubQueries>
<Query Name="<RelationName>">
</Query>
</SubQueries>
</Query>
<RowScript>
<Content></Content>
</RowScript>
</QueryContent>
Auto Search
Specifies the query control should perform search immediately when visible. Visibility of control can be controlled by Rules or Section Name properties. When this attribute set to True value Filter content is not visible.
Clear First
Specifies the before query results populated on data model all existing records are removed.
This control allows you to query your emakin based relational databases and map them with your form data.
...