ESRI.ArcGIS.ADF.Tasks
JoinUsingOr Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributes Class : JoinUsingOr Property




Whether form entries are joined together using the SQL "AND" conjunection or the SQL "OR" conjunction. All entries use on conjunction or the other. If this property is true then "OR" is used, if false then "AND" is used.

Syntax

Visual Basic (Declaration) 
Public Property JoinUsingOr As Boolean
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributes
Dim value As Boolean
 
instance.JoinUsingOr = value
 
value = instance.JoinUsingOr
C# 
public bool JoinUsingOr {get; set;}

See Also

© 2010 All Rights Reserved.