I have a command like: This.MyBO.FillByStoredProcdure("MyStoredProcedure","DontKnoWhatToPutHere"). I have he stored procedure set up in the database and that part of it is working fine. Just not sure of the syntax to set up the Parameter and give it a value.
I have tried to set up the parameter with :
System.Data.Common.DbParameter MyParam = new System.Data.Common.DbParameter
but it gives me a ...cannot create instance of an abstract class