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