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.

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

 

Fills the provided data row object by using test data results from visible properties of this test element.

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

public:
virtual void FillDataRow(
	DataRow^ row,
	String^ columnPrefix
)

Parameters

row
Type: System.Data::DataRow^

A DataRow object.

columnPrefix
Type: System::String^

Text to add to the start of the column name.

Return to top
Show: