ESRI.ArcGIS.ADF.IMS
Filter Constructor(String)
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Filter Class > Filter Constructor : Filter Constructor(String)




whereExpression
Where expression of the Filter to be constructed.
Constructs a Filter object with the given WhereExpression.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal whereExpression As String _
)
Visual Basic (Usage)Copy Code
Dim whereExpression As String
 
Dim instance As Filter(whereExpression)
C# 
public Filter( 
   string whereExpression
)

Parameters

whereExpression
Where expression of the Filter to be constructed.

Example

For an example of using Filter, see the Filter class overview.

See Also

© 2010 All Rights Reserved.