TestElement.FillDataRow(DataRow, String) Method

Definition

Fills the provided data row object by using test data results from visible properties of this test element.

public:
 virtual void FillDataRow(System::Data::DataRow ^ row, System::String ^ columnPrefix);
public virtual void FillDataRow (System.Data.DataRow row, string columnPrefix);
abstract member FillDataRow : System.Data.DataRow * string -> unit
override this.FillDataRow : System.Data.DataRow * string -> unit
Public Overridable Sub FillDataRow (row As DataRow, columnPrefix As String)

Parameters

row
DataRow

A DataRow object.

columnPrefix
String

Text to add to the start of the column name.

Implements

Applies to