I am connecting to an Oracle DB and want to do a simple query using Include
:
but I am getting this error:
CS1061 'ISessionTable<People>' does not contain a definition for 'Include' and no extension method 'Include' accepting a first argument of type 'ISessionTable<People>' could be found (press F4 to add a using directive or assembly reference)
I have already added these References:
System.Data.Entity.dll
System.Data.Linq.dll