SqlHelperEnsureFullName Method |
Ensures full name of the given column
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string EnsureFullName(
string tableName,
string columnName
)
Parameters
- tableName
- Type: SystemString
Table name - columnName
- Type: SystemString
Column name
Return Value
Type:
StringSee Also