Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fills the provided data row by using test result data.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub FillDataRow ( _
row As DataRow, _
columnPrefix As String _
)
void FillDataRow(
DataRow row,
string columnPrefix
)
void FillDataRow(
DataRow^ row,
String^ columnPrefix
)
abstract FillDataRow :
row:DataRow *
columnPrefix:string -> unit
function FillDataRow(
row : DataRow,
columnPrefix : String
)
Parameters
- row
Type: System.Data.DataRow
The data row.
- columnPrefix
Type: System.String
A short string that will be added to the start of the column name.
.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.