ESRI.ArcGIS.ADF.IMS
StoredQueryVariable Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : StoredQueryVariable Class




Object that describes a stored query variable.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class StoredQueryVariable 
Visual Basic (Usage)Copy Code
Dim instance As StoredQueryVariable
C# 
[SerializableAttribute()]
public class StoredQueryVariable 

Remarks

This object provides information about the variable to be replaced in the StoreQuery WhereExpression. The Name property is the actual string that occurs within the WhereExpression. This string must be replaced with an actual value to search for. The Fields property defines the type of data to be queried for. Currently the Position property is always zero.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Carto.Layer.StoredQueryVariable

See Also

© 2010 All Rights Reserved.