Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestElementResultTestPropertyProvider::FillDataRow Method (DataRow^, String^)

 

Fills the provided data row by using test result data.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

void FillDataRow(
	DataRow^ row,
	String^ columnPrefix
)

Parameters

row
Type: System.Data::DataRow^

The data row.

columnPrefix
Type: System::String^

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

Return to top
Show: