User-1233944992 posted
how to customize the loading that the dynamic data does? all is nice, but i dont want it to load all the data from the table, but i want to add some filters on it (just to add a where in the sql query, or a where in linq query, to load a subset of data from
table)?
i am using linq to sql, and i tried overriding oncreated event of it, but with no success