在ADO.NET中,表示程序到数据的连接的对象为()。
A. Connection对象
B. Command对象
C. DataSet对象
DataAdapter
在GDI+的坐标系中总是以()为原点(0,0)
A. 右下角
B. 左下角
C. 左上角
D. 右上角
Directory类中用于获取指定目录中的文件名称的方法是()。
A. GetCurrentDirectory
B. GetDirectories
C. GetFiles
D. GetLogicalDrivers
下面的SQL语句对应的Linq查询表达式是()Select * from dbo.Stock
A. select all from dbo.Stock
B. from dbo.Stock select all
C. from s in dbo.Stock select s
D. from dbo.Stock select s