c# - How to get all the rows from a table -


how best way rows in table linq?

upfront have generated *.dbml file , created dbcontext.

just reference generated enumerable collection in context class:

var allrecords = context.sometable; 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

wcf binding - How to create a wsdl file for a WCF service library? -