单项选择题

Linq默认是延迟执行查询的,下边哪些方法不能引起立刻执行查询?()

A.Count()
B.ToString()
C.ToList()
D.ToArray()