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