ESRI.ArcGIS.ADF.IMS
Variable Property
See Also  Example Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > StoredQuery Class : Variable Property




The StoredQueryVariable that defines the variable to replace within the stored query expression.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Variable As StoredQueryVariable
Visual Basic (Usage)Copy Code
Dim instance As StoredQuery
Dim value As StoredQueryVariable
 
value = instance.Variable
C# 
public StoredQueryVariable Variable {get;}

Example

For an example, see the StoredQuery overview.
Visual BasicCopy Code

Remarks

The Variable defines an item to replace within the WhereExpression of the stored query. The Name occurs within the WhereExpression. Replace the Name value within the WhereExpression with the actual value to query.

Only one variable per StoredQuery is supported in the ADF.

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.