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




A clause that will be appended to the end of the where clause. Most commonly used for clauses like ORDER BY.

Syntax

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

See Also

© 2010 All Rights Reserved.