Hi,
Don't know where else to post this so im trying in general,
I have a line of code which is as follows:
UserEntity = new UserEntity();
When this runs a sql statement is sent to the db (seen in profiler) where it tries to fetch
data from a related table (UserAffiliation) and none of the other related tables.
This must be wrong, I would of thought that using the default constructor would not result in any db access??
Any help or insight on this would be most helpful.
Running c# 2.0 selfservice
Regards
Manuel Fraga
iCODE AS