ESRI.ArcGIS.ADF.Tasks
WhereExpressionFormatString Property
See Also 
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.

See Also

© 2010 All Rights Reserved.