ArcGIS Pro 2.9 API Reference Guide
GetFunctionName Method

ArcGIS.Core.Data Namespace > SQLSyntax Class : GetFunctionName Method
A constant that specifies a Datastore-dependent SQL function name.
Gets the Datastore-dependent SQL function name corresponding to sqlFunction, e.g., SQLFunction.Sum. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public string GetFunctionName( 
   SQLFunction sqlFunction
)
Public Function GetFunctionName( _
   ByVal sqlFunction As SQLFunction _
) As String

Parameters

sqlFunction
A constant that specifies a Datastore-dependent SQL function name.

Return Value

A Datastore-dependent SQL function name.
Exceptions
ExceptionDescription
sqlFunction is not a field of SQLFunction.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SQLSyntax Class
SQLSyntax Members