Need help defining a DataContract
for a WCF
Service when stored procedure returns the dynamic columns.Please see image as shown in link for better understanding my scenario Image .
In this scenario my stored procedure returns subjects(Columns) which may vary.
Please advise how to write/create data contract?
Platform - Silver light, MVVM Framework
I needed to accomplish a similar goal, in which I needed to display a dynamic data set in a grid. To accomplish I returned a list of dictionaries.