This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Fills the provided data row by using data from this aggregation.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overrides Sub FillDataRow ( _
    row As DataRow _
)
public override void FillDataRow(
    DataRow row
)
public:
virtual void FillDataRow(
    DataRow^ row
) override
abstract FillDataRow : 
        row:DataRow -> unit  
override FillDataRow : 
        row:DataRow -> unit
public override function FillDataRow(
    row : DataRow
)
Parameters
- row 
 Type: DataRow- A DataRow object. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.