ITestElementResultTestPropertyProvider.FillDataRow(DataRow, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.