Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
BO have no automatic mechanism to fill them (though there are some standard fill methods like FillByPrimaryKey, FillByParent, etc). This is because the BO is disconnected from the table(s)/view(s)/sproc(s) that actually get the data. There is no way for it to know how you might like to fill it. So, the only way it would ever get filled is if some code of yours actually fills it.
Hope that makes sense.
|