ITableManagerGetList Method |
Returns list of views or stored procedures.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
DataSetSee Also