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: 9.0.0
Syntax
C#
List<string> GetTables(
	string where
)

Parameters

where
Type: SystemString
Tables where condition

Return Value

Type: ListString
See Also