Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS 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
DropView Method
Drop specified view from database. Returns the schema of the dropped view
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
Copy
public
virtual
string
DropView
(
string
viewName
)
Parameters
viewName
Type:
System
String
View name to drop
Return Value
Type:
String
Implements
ITableManager
DropView(String)
See Also
Reference
AbstractTableManager Class
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com