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


ISQLSyntax2.GetOperator Method (ArcObjects .NET 10.5 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,
  BSTR* op
);
[C++]

Parameters sqlOperator [in]
sqlOperator is a parameter of type esriSQLOperator op [out, retval] op is a parameter of type BSTR

Product Availability

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

See Also

ISQLSyntax2 Interface