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; 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
Post a Comment