ESRI.ArcGIS.ADF.ArcGISServer
PrefixClause Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > QueryFilter Class : PrefixClause Property




A clause that will be appended to the select statement. Most commonly used for select statements with DISTINCT clause.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property PrefixClause As String
Visual Basic (Usage)Copy Code
Dim instance As QueryFilter
Dim value As String
 
instance.PrefixClause = value
 
value = instance.PrefixClause
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string PrefixClause {get; set;}

See Also

© 2010 All Rights Reserved.