If this method is projected as an SQL stored procedure, then this name is used as the name of the stored procedure
Synopsis
ClassMethod MyMethod() As %Integer [ SqlProc, SqlName = My_Method]
Value
The value of this keyword is an SQL identifier.
Description
If this method is projected as an SQL stored procedure, then this name is used as the name of the stored procedure
Default Value
The default value for the SqlName keyword is an empty string in which case the method name is used.