DataFilterCondition
A complex data type that describes a filter condition.
Schema
<xsd:complexType name="DataFilterCondition">
<xsd:sequence>
<xsd:element name="ColumnName" type="xsd:string"/>
<xsd:element name="Operation" type="xsd:string"/>
<xsd:element name="Operand1" type="xsd:string"/>
<xsd:element name="Operand2" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Operand3" type="typens:ArrayOfString"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
ColumnName
The name of the column to filter.
Operation
The filtering operation.
Operand1
The first operand of the filter.
Operand2
The second operand of the filter.
Operand3
A list of operands for the filter.