Fills the given data row by using all properties for this type.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub FillDataRow ( _
    row As DataRow _
)
void FillDataRow(
    DataRow row
)
void FillDataRow(
    DataRow^ row
)
abstract FillDataRow : 
        row:DataRow -> unit
function FillDataRow(
    row : DataRow
)
Parameters
- row 
 Type: DataRow- A DataRow to be filled with properties. 
.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.