TableManagerGetUniqueTableName Method |
Returns unique table name (automatically generated table name that not yet exist in the database).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string GetUniqueTableName(
string originalTableName
)
Parameters
- originalTableName
- Type: SystemString
Original table name
Return Value
Type:
StringSee Also