DBML - Configure behavior select.
LINQ
1
Posts
1
Posters
3
Views
1
Watching
-
Hi, I was wondering if it possible to customize the select behavior on a dbml data class. On right clicking on the class, you can customize the insert, update and delete behavior but select is not available. All access to the database I am working with must be through stored proc, therefore I would like to link the select behavior for each class to a stored proc.