TestContext.DataRow Property

Definition

Gets the current data row when test is used for data driven testing.

public:
 abstract property System::Data::DataRow ^ DataRow { System::Data::DataRow ^ get(); };
public abstract System.Data.DataRow DataRow { get; }
member this.DataRow : System.Data.DataRow
Public MustOverride ReadOnly Property DataRow As DataRow

Property Value

Applies to