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