public static int GetCount(string whereClause) { tblEmployeeDetails tblObj = new tblEmployeeDetails(); int count = tblObj.GetCount(whereClause); return(count); }
public static int GetCount() { tblEmployeeDetails tblObj = new tblEmployeeDetails(); int count = tblObj.GetCount(); return(count); }
public static int GetCount(string whereClause) { tblEmployeeDetails tblObj = new tblEmployeeDetails(); int count = tblObj.GetCount(whereClause); return count; }
public static int GetCount() { tblEmployeeDetails tblObj = new tblEmployeeDetails(); int count = tblObj.GetCount(); return count; }