ESRI.ArcGIS.ADF.Tasks
JoinUsingOr Property
See Also  Send Feedback
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;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.