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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public 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