Click or drag to resize
SqlHelperGetSiteIDWhereCondition Method

Note: This API is now obsolete.

Returns the where condition for the give site ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Method will be removed. Use custom logic instead.")]
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