Click or drag to resize
AbstractTableManager.GetTables Method
Gets the tables in the current database

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual List<string> GetTables(
	string where
)

Parameters

where
Type: System.String
Tables where condition

Return Value

Type: List<String>

Implements

ITableManager.GetTables(String)
See Also