单项选择题

A.使用SqlCommand.BeginExecuteReader()方法调用存储过程。使用EndExecuteReader()方法检索结果
B.将SqlCommand对象的Notification属性设置为SqlNotificationRequest对象.调用SqlCommand.ExecuteReader()方法.在后台线程上收集结果.
C.创建SqlDepency对象,并将其绑定到SqlCommand对象.调用SqlCommand.ExecuteReader()方法.将OnChanged事件处理,程序与SqlDepency对象相关联.在OnChanged事件处理程序方法中收集结果.
D.使用SqlConnection.ExecuteReader()方法。将此方法的行为参数设置为CommandBehavior.SqluentialAccess