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

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

Parameters

procName
Type: SystemString
Name of the stored procedure

Return Value

Type: Boolean

Implements

ITableManagerStoredProcedureExists(String)
See Also