Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
AbstractTableManager Class
AbstractTableManager Methods
AddTableColumn Method
AlterProcedure Method
AlterTableColumn Method
AlterView Method
ChangeDBObjectOwner Method
ColumnExistsInView Method
CreateColumnIndexes Method
CreateProcedure Method
CreateTable Method
CreateTransactionScope Method
CreateView Method
DeleteDataFromTable Method
DeleteObject Method
DropColumnIndexes Method
DropDefaultConstraint Method
DropTable Method
DropTableColumn Method
DropView Method
EnsureDefaultValue Method
ExecuteQuery Method
ExecuteScalar Method
GetCode Method
GetColumnIndexes Method
GetColumnInformation Method
GetConnection Method
GetConstraintName Method
GetDatabaseInfo Method
GetDatabaseSize Method
GetDatabaseVersion Method
GetIndexes Method
GetList Method
GetPKConstraintName Method
GetPrimaryKeyColumns Method
GetTableDependencies Method
GetTablePKName Method
GetTables Method
GetValueString Method
GetXmlSchema Method
RecreatePKConstraint Method
RefreshView Method
RenameColumn Method
RenameTable Method
StoredProcedureExists Method
TableExists Method
ViewExists Method
AbstractTableManager
StoredProcedureExists Method
Determines whether specified stored procedure exists or not.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
Copy
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
Reference
AbstractTableManager Class
CMS.DataEngine Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com