![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Fields Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > StoredQueryVariable Class : Fields Property |
Visual Basic (Declaration) | |
---|---|
<XmlIgnoreAttribute()> Public ReadOnly Property Fields As DataColumnCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As StoredQueryVariable Dim value As DataColumnCollection value = instance.Fields |
C# | |
---|---|
[XmlIgnoreAttribute()] public DataColumnCollection Fields {get;} |
The field will have the data type, length, etc. This can be used to ensure that the value inserted into the where expression of the stored query meets the criteria for the query.
The StoredQuery's WhereExpression is in string format, so that the search value must be converted to a string before inserting into the WhereExpression.
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