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


ISQLSyntax.GetFunctionName Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Querying geodatabase tables