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


ISQLSyntax2.GetOperator Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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