Share via


ITestElementResultTestPropertyProvider.FillDataRow(DataRow, String) Method

Definition

Fills the provided data row by using test result data.

public:
 void FillDataRow(System::Data::DataRow ^ row, System::String ^ columnPrefix);
public void FillDataRow (System.Data.DataRow row, string columnPrefix);
abstract member FillDataRow : System.Data.DataRow * string -> unit
Public Sub FillDataRow (row As DataRow, columnPrefix As String)

Parameters

row
DataRow

The data row.

columnPrefix
String

A short string that will be added to the start of the column name.

Applies to