SqlHelperGetRowNumber Method |
Gets the row number expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also