Click or drag to resize
AbstractTableManager.StoredProcedureExists Method
Determines whether specified stored procedure exists or not.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public bool StoredProcedureExists(
	string procName
)

Parameters

procName
Type: System.String
Name of the stored procedure

Return Value

Type: Boolean

Implements

ITableManager.StoredProcedureExists(String)
See Also