DataReader is the result returned after the statement is executed, and Select is several columns, but DataReader contains severa

xiaoxiao2021-03-06  83

SELECT ID, NAME, NUMBER

From tabel1

WHERE ID = 1;

Returns the result of 3 columns in DataReader

转载请注明原文地址:https://www.9cbs.com/read-107949.html

New Post(0)