ESRI.ArcGIS.ADF.IMS
Variable Property
See Also 
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.

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.

See Also

© 2010 All Rights Reserved.