Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TableAdaptersFillBy()和方法有什么区别?GetDataBy()
FillBy()
GetDataBy()
FillBy填充一个已经创建的DataTable,但GetDataBy创建一个新的DataTable。这是唯一的区别。
FillBy
DataTable
GetDataBy