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




Object that describes a stored query variable.

Object Model

StoredQueryVariable Class

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.

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.