Left

Build 1501 on 14/Nov/2017  This topic last edited on: 26/Feb/2014, at 11:08

The <Left> element defines the left side of the SQL statement.

<SearchNode xsi:type="ConditionSearchNode" Op="Equal">

<Left xsi:type="AttributeSearchNode" Path="folderObject.author" />

 <Right xsi:type="StringSearchNode" Value="Armando Trovati" />

</SearchNode>

 

Attribute values found in the Left node:

xsi:type

The type of node to construct: ConditionSearchNode

Path

The Attribute or Element to search on.

See also:

ConditionSearchNode Example