asp.net - Select All Rows Using Entity Framework -


i'm trying select rows out of database using entity framework manipulation before they're sent form

var ptx = [modelname].[tablename](); ptx.[tablename].select(????) 

what goes in ????

i used entitydatasource , provide needed wanted do.

_repository.[tablename].tolist();


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? -

php - Controller/JToolBar not working in Joomla 2.5 -