| TableManagerStoredProcedureExists Method  | 
            Determines whether specified stored procedure exists or not.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic bool StoredProcedureExists(
	string procName
)
Parameters
- procName
 - Type: SystemString
Name of the stored procedure 
Return Value
Type: 
Boolean
See Also