Click or drag to resize
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#
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