Reputation: 13395
I want to load data to gridview from view in sql server. But how to do it? For example for database tables I've got different(generated by vs) table adapters like TClientTableAdapter,TShopsTableAdapter and etc. But I don't see any for view(view - TVProvider)
Upvotes: 1
Views: 133
Reputation: 17655
there is no difference between table & view, you can just consider it as table & do work with that. just consider view is a table & do programme, it can load data just as table
Upvotes: 2