Click or drag to resize
SqlHelperGetSiteIDWhereCondition Method
Returns the where condition for the give site ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetSiteIDWhereCondition(
	string siteIdColumn,
	int siteId
)

Parameters

siteIdColumn
Type: SystemString
Site ID column
siteId
Type: SystemInt32
Site ID

Return Value

Type: String
See Also