SqlHelperGetViewName Method |
Gets view name for specified table name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static string GetViewName(
string tableName,
string siteName
)
Parameters
- tableName
- Type: SystemString
Table name - siteName
- Type: SystemString
Name of the site
Return Value
Type:
String
See Also