CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 96: UiADPv1: UiPath Automation Developer Professional v1.0

Considering that the attached data table is stored in a variable called “dt”: Which of the following expressions will throw an exception during execution?

Nội dung câu hỏi

Considering that the attached data table is stored in a variable called “dt”: Which of the following expressions will throw an exception during execution?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. dt.AsEnumerable.Where(Function(x)x(“Item”).ToString.Equals(“strawberry”))
  2. B. dt.AsEnumerable.Any(Function(x)x(“Item”).ToString.Equals(“strawberry”))
  3. C. dt.AsEnumerable.FirstOrDefault(Function(x)x(“Item”).ToString.Equals(“strawberry”))
  4. D. dt.AsEnumerable.First(Function(x)x(“Item”).ToString.Equals(“strawberry”)) — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề