单项选择题
使用Command对象进行数据操作时,默认情况下CommandType属性为()。
A.CommandType.Text
B.CommandType.Procedure
C.CommandType.CommandText
D.CommandType.StoredProcedure
点击查看答案
相关考题
-
多项选择题
关于使用Directory和DirectoryInfo类获取子目录的正确描述()。
A.Directory.GetDirectories返回一个目录数组
B.DirectoryInfo.GetDirectories返回一个目录数组
C.Directory.GetDirectories返回一个字符串数组
D.DirectoryInfo.GetDirectories返回一个字符串数组 -
单项选择题
下面的代码结构表示的是对象的为()。
A.公共属性
B.只写属性
C.只读属性
D.可变属性 -
单项选择题
以下语句实现的是面向对象的()。 Public Class CustomerInfo Inherits PersonInfo
A.继承
B.封装
C.接口
D.多态
