TestResultAggregation.FillDataRow(DataRow) 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 data from this aggregation.
public:
override void FillDataRow(System::Data::DataRow ^ row);
public override void FillDataRow (System.Data.DataRow row);
override this.FillDataRow : System.Data.DataRow -> unit
Public Overrides Sub FillDataRow (row As DataRow)