Click or drag to resize
AbstractTableManagerAlterProcedure Method
Alters specified procedure in database

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual void AlterProcedure(
	string procName,
	string param,
	string body,
	string schema
)

Parameters

procName
Type: SystemString
Procedure name to alter
param
Type: SystemString
Parameters
body
Type: SystemString
Procedure body
schema
Type: SystemString
Database schema

Implements

ITableManagerAlterProcedure(String, String, String, String)
See Also