Click or drag to resize
TableManagerGetTables 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 List<string> GetTables(
	string where
)

Parameters

where
Type: SystemString
Tables where condition

Return Value

Type: ListString
See Also