BizFormHelperGetFullTableName Method |
Gets table name including prefix for biz form table. Both tableNamePrefix and tableName must be sanitized strings suitable for a table name.
If the resulting table name is longer than 60 characters, it is truncated and appended an ordinal number to ensure uniqueness.
Namespace: CMS.OnlineForms
public static string GetFullTableName( TableManager tableManager, string tableNamePrefix, string tableName )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when tableManager, tableNamePrefix or tableName is null. |
ArgumentException | Thrown when tableNamePrefix or tableName is an empty string. |