本文介绍了在数据访问层和业务层之间发送/接收业务对象是否可取?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

向/从数据访问层发送业务对象是最佳选择吗?或者从dataaccess层接收数据表中的行。哪个是最好的办法?为什么?请帮我理解。谢谢



我的尝试:



不知道哪个是对的,我对此感到困惑。

Is sending business objects to/from data access layer the best option? Or receiving rows from datatable from the dataaccess layer. Which is the best thing to do? And why? Please help me get the understanding. Thanks

What I have tried:

Don’t know which is right and I’m confused with that.

推荐答案


这篇关于在数据访问层和业务层之间发送/接收业务对象是否可取?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 12:04