TestElement.FillDataRow(DataRow, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- columnPrefix
- String
Text to add to the start of the column name.