Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.DataEngine
ITableManager Interface
ITableManager Methods
AddTableColumn Method
AlterProcedure Method
AlterTableColumn Method
AlterTableColumnWithDefaultValue Method
AlterView Method
ColumnExistsInView Method
CreateColumnIndexes Method
CreateProcedure Method
CreateTable Method
CreateView Method
DeleteDataFromTable Method
DeleteObject Method
DropColumnIndexes Method
DropDefaultConstraint Method
DropTable Method
DropTableColumn Method
DropView Method
ExecuteQuery Method
GetCode Method
GetColumnIndexes Method
GetColumnInformation Method
GetIndexes Method
GetList Method
GetPKConstraintName Method
GetPrimaryKeyColumns Method
GetTableDependencies Method
GetTablePKName Method
GetTables Method
GetValueString Method
GetXmlSchema Method
ChangeDBObjectOwner Method
RecreatePKConstraint Method
RefreshView Method
RenameTable Method
StoredProcedureExists Method
TableExists Method
ViewExists Method
ITableManager
.
GetList Method
Returns list of views or stored procedures.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
Copy
DataSet
GetList
(
string
where
,
string
columns
,
bool
getViews
)
Parameters
where
Type:
System
.
String
WHERE condition
columns
Type:
System
.
String
Columns
getViews
Type:
System
.
Boolean
If true list of views is retrieved
Return Value
Type:
DataSet
See Also
Reference
ITableManager Interface
CMS.DataEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com