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* pSqlFunctionName
);
[C++]

Parameters

sqlFunc [in]

  sqlFunc is a parameter of type esriSQLFunctionName

pSqlFunctionName [out, retval]   pSqlFunctionName is a parameter of type BSTR

Product Availability

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

See Also

ISQLSyntax Interface