C#中Command对象中sqlCommand类属性:CommandType.Text的意思?
以及Command.Connection(活动链接)的意思?
C#中Command对象中sqlCommand类属性:CommandType.Text的意思?
以及Command.Connection(活动链接)的意思?
CommandType是一个枚举类,包括CommandType.Text、CommandType.StoredProcedure等,CommandType.Text就是普通的不含参数的Sql命令
Command.Connection 要连接的数据源