Click or drag to resize
TableManagerCreateProcedure Method
Creates specified procedure in database

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void CreateProcedure(
	string procName,
	string param,
	string body,
	string schema = null
)

Parameters

procName
Type: SystemString
Procedure name to create
param
Type: SystemString
Parameters
body
Type: SystemString
Procedure body
schema (Optional)
Type: SystemString
Database schema
See Also