My BO is well configured and the DB ids fine. I want to add a custom fill method :
public
{
FillByPrimaryKey(user);
}
I'm having a SqlException saying " Invalid object name .." with the name of the table. The table name is good. Since the framework take care of the connection, am I missing something?