ESRI.ArcGIS.ADF.Tasks
WhereExpressionFormatString Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributes Class : WhereExpressionFormatString Property




The string that will be used to format the where expression when executing the query.

Syntax

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

Remarks

This format string is used when executing the query. The value(s) entered by the browser user into the query form will be inserted into the format string to actually run the query on the server. It is also the string that will be displayed in the Visual Studio design-time Query Attributes Editor, in the box for the Where Expression Format String. See CustomWhereExpression for a discussion of the use of custom where expressions.

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.