Click or drag to resize
TableManagerGetUniqueTableName Method
Returns unique table name (automatically generated table name that not yet exist in the database).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string GetUniqueTableName(
	string originalTableName
)

Parameters

originalTableName
Type: SystemString
Original table name

Return Value

Type: String
See Also