| ITableManagerCreateProcedure Method | 
            Creates specified procedure in database
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
 Syntax
Syntaxvoid CreateProcedure(
	string procName,
	string param,
	string body,
	string schema
)
Parameters
- procName
- Type: SystemString
 Procedure name to create
- param
- Type: SystemString
 Parameters
- body
- Type: SystemString
 Procedure body
- schema
- Type: SystemString
 Database schema
 See Also
See Also