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.

TestResult::FillDataRow Method (DataRow^)

 

Fills the provided data row by using property values from this test result for serialization.

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

public:
virtual void FillDataRow(
	DataRow^ row
)

Parameters

row
Type: System.Data::DataRow^

A DataRow object.

Return to top
Show: