| | | StrataFrame Beginner
       
Group: Forum Members Last Login: 07/18/2006 7:59:33 PM Posts: 25, Visits: 46 |
| | Some of my business objects mapped to views, which have parameters. How does business object pass parameters to view? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 12/02/2008 4:42:46 PM Posts: 2,686, Visits: 1,890 |
| In order to pass parameters to a view when selecting records from the view, you must create a new SqlCommand object and add the parameters to that object. Once you have built the SqlCommand object, you can pass it to the FillDataTable() method to retrieve the resultset.
www.bungie.net |
| |
|
|