In the template that generates the stored procs for access. It appears to use the same syntax for LoadAll and LoadByPrimaryKey. Yet in the database explorer LoadAll appears under View not stored procs. How does access determine if it is a view or stored proc. Is it that views don't take any parameters?
Also since they show up as views why do they execute when I run the c# business entity?? Shouldn't I have to run the business view??
Yes, Access treats stored proc's that do not take any parameters as views or queries (I think). It's just how access shows them in their User Interface, just consider them as stored procedures.