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?
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.
- A. dt.AsEnumerable.Where(Function(x)x(“Item”).ToString.Equals(“strawberry”))
- B. dt.AsEnumerable.Any(Function(x)x(“Item”).ToString.Equals(“strawberry”))
- C. dt.AsEnumerable.FirstOrDefault(Function(x)x(“Item”).ToString.Equals(“strawberry”))
- 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.