This document is archived and information here might be outdated.  Recommended version.


IQueryDef2.PrefixClause Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDef2 Interface > IQueryDef2.PrefixClause Property
ArcGIS Developer Help

IQueryDef2.PrefixClause Property

A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.

[Visual Basic .NET]
Public Property PrefixClause As String
[C#]
public string PrefixClause {get; set;}
[C++]
HRESULT get_PrefixClause(
  System.String* clause
);
[C++]
HRESULT put_PrefixClause(
  BSTR clause
);
[C++]
Parameters
clause [out, retval]

clause is a parameter of type BSTR* clause [in]
clause is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IQueryDef2 Interface