Click or drag to resize
SqlHelperGetRowNumber Method
Gets the row number expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetRowNumber(
	string orderBy,
	string partitionBy = null
)

Parameters

orderBy
Type: SystemString
Order by expression
partitionBy (Optional)
Type: SystemString
Partition by expression

Return Value

Type: String
See Also