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


ISQLSyntax2.GetOperator Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLSyntax2 Interface > ISQLSyntax2.GetOperator Method
ArcGIS Developer Help

ISQLSyntax2.GetOperator Method

SQL operators.

[Visual Basic .NET]
Public Function GetOperator ( _
    ByVal sqlOperator As esriSQLOperator _
) As String
[C#]
public string GetOperator (
    esriSQLOperator sqlOperator
);
[C++]
HRESULT GetOperator(
  esriSQLOperator sqlOperator
);
[C++]
Parameters
sqlOperator [in]

sqlOperator is a parameter of type esriSQLOperator

Product Availability

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

See Also

ISQLSyntax2 Interface