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


ISQLSyntax.GetFunctionName Method (ArcObjects .NET 10.5 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,
  BSTR* sqlFunctionName
);
[C++]

Parameters sqlFunc [in]
sqlFunc is a parameter of type esriSQLFunctionName sqlFunctionName [out, retval] sqlFunctionName is a parameter of type BSTR

Product Availability

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

See Also

ISQLSyntax Interface

.NET Related Topics

Querying geodatabase tables