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]
The value of this keyword is an SQL identifier.
If this method is projected as an SQL stored procedure, then this name
is used as the name of the stored procedure
The default value for the
SqlName keyword is
an empty string in which case the method name is used.