79373988

Date: 2025-01-21 10:21:15
Score: 2.5
Natty:
Report link

public DataSet Paging(string searchExpression, string sortExpression, int startIndex, int pageSize) { // Call to stored procedure return this.projectSizeDataController.Paging(searchExpression, sortExpression, startIndex, pageSize, out _recordCount); } this is my code.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29294807