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 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: System.Data.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.