I work with Moles and makes fun of System.Data.Linq.Table.
Everything worked out fine for me, but when I use it, it wants to be IQueryable. The provider also mocked him (moled).
I just want it to use regular Linq To Objects. Any idea what that would be?
Here is the syntax I can use:
MTable<User> userTable = new System.Data.Linq.Moles.MTable<User>(); userTable.Bind(new List<User> { UserObjectHelper.TestUser() });
source share