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

Câu 25: UiSAIAv1: UiPath Specialized AI Associate v1.0

A developer utilized the Add Data Row activity to insert a row into a data table called “dt_Reports”. However, during runtime, UiPath Studio encounters an exception.“Add Data Row: Object reference not set to an instance of an object,” because the data table has not been initialized. To rectify this issue, what should…

Nội dung câu hỏi

A developer utilized the Add Data Row activity to insert a row into a data table called “dt_Reports”. However, during runtime, UiPath Studio encounters an exception.“Add Data Row: Object reference not set to an instance of an object,” because the data table has not been initialized. To rectify this issue, what should the developer include in an Assign before the Add Data Row activity?

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. Assign New System. Data.DataTable = dt_Reports
  2. B. Assign dt_Reports = New System.Data.DataTable — đáp án hiện tại
  3. C. Assign dt_Reports = New List (Of DataRow)
  4. D. Assign dt_Reports= New System.Data.DataRow

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ề