problem How to change return of function from string to return generic list by using csharp ? I have stored procedure name getcompanies return list of companies id as following
so that result will be as following 11 12 13 14 15 etc... so that i need to change function below from string to return generic list to be dynamically using What I have tried: