Click or drag to resize
SqlHelperGetViewName Method
Gets view name for specified table name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public 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