Hi
I am working on an n-tier system (WCF Services). I have a Data Access Layer (DAL), Business Object Layer (BOL), a Product Business Object Layer (ProdBOL) which are consumed by my application.
I want to pass an array of SQLParameters from my application all the way to the DAL and return a Dataset but I get the error saying I cannot serialise an array of SQLParameters.
Does anyone know any good examples of doing something similar to this?
thanks
I am working on an n-tier system (WCF Services). I have a Data Access Layer (DAL), Business Object Layer (BOL), a Product Business Object Layer (ProdBOL) which are consumed by my application.
I want to pass an array of SQLParameters from my application all the way to the DAL and return a Dataset but I get the error saying I cannot serialise an array of SQLParameters.
Does anyone know any good examples of doing something similar to this?
thanks