This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLSyntax2 Interface > ISQLSyntax2.GetOperator Method (ArcObjects .NET 10.4 SDK) |
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