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


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

ISQLSyntax.GetFunctionName Method

DBMS dependent SQL function names.

[Visual Basic .NET]
Public Function GetFunctionName ( _
    ByVal sqlFunc As esriSQLFunctionName _
) As String
[C#]
public string GetFunctionName (
    esriSQLFunctionName sqlFunc
);
[C++]
HRESULT GetFunctionName(
  esriSQLFunctionName sqlFunc
);
[C++]
Parameters
sqlFunc [in]

sqlFunc is a parameter of type esriSQLFunctionName

Product Availability

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

See Also

ISQLSyntax Interface