SoftadminGuide.Generate_Treeview_InsertUpdate_Sql
Type:
Stored procedure
Creates the InsertUpdate procedure for a "Treeview" menuitem.
Parameters
@IdColumn
mandatory
sysname
Name of the Id column in the table.
@OverwriteProcedure
mandatory
bit
Whether or not it is allowed to overwrite an existing procedure.
@ParentIdColumn
mandatory
sysname
Name of the parent's Id column in the table.
@ProcedureName
mandatory
nvarchar(600)
Name of the created procedure.
@TableName
mandatory
nvarchar(600)
Name of the table to base the procedure on.