Click or drag to resize
ITableManagerGetList Method
Returns list of views or stored procedures.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
DataSet GetList(
	string where,
	string columns,
	bool getViews
)

Parameters

where
Type: SystemString
WHERE condition
columns
Type: SystemString
Columns
getViews
Type: SystemBoolean
If true list of views is retrieved

Return Value

Type: DataSet
See Also