Click or drag to resize
ITableManagerGetTables Method
Gets the tables in the database matching the condition

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

Parameters

where
Type: SystemString
Tables where condition

Return Value

Type: ListString
See Also