Click or drag to resize
SeparatedTablesGetTableNames Method
Returns string with table names.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string GetTableNames(
	string separator
)

Parameters

separator
Type: SystemString
Separator between table names

Return Value

Type: String
Returns string with separated tables names
See Also