This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDef2 Interface > IQueryDef2.PostfixClause Property (ArcObjects .NET 10.5 SDK) |
A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY.
[Visual Basic .NET] Public Property PostfixClause As String
[C#] public string PostfixClause {get; set;}
[C++]
HRESULT get_PostfixClause(
BSTR* clause
);
[C++]
HRESULT put_PostfixClause(
BSTR clause
);
[C++]
Parameters clause [out, retval] clause is a parameter of type BSTR clause [in] clause is a parameter of type BSTR