ESRI.ArcGIS.ADF.IMS | |
Variable Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > StoredQuery Class : Variable Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Variable As StoredQueryVariable |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public StoredQueryVariable Variable {get;} |
For an example, see the StoredQuery overview.
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.