SeparatedTablesGetTableNames Method |
Returns string with table names.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string GetTableNames(
string separator
)
Parameters
- separator
- Type: SystemString
Separator between table names
Return Value
Type:
StringReturns string with separated tables names
See Also