关注ADO.net命令

时间:2012-09-09 08:18:09

标签: sql ado.net

我想执行以下命令文本(sql语句)我需要使用哪个命令?

command.CommandText="select Fname from table_name where Lname='abc'"

我需要使用ExecutScalar或ExecuteReader命令,请你确认。

1 个答案:

答案 0 :(得分:2)

要么工作。这取决于预期的结果。

如果您只返回一个值,则首选ExecuteScalar

否则,请使用ExecuteReader或填写DataTable