Class DataContext
Inheritance
System.Object
DataContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DataContext
Properties
CurrentDataRow
Declaration
public DataRow CurrentDataRow { get; }
Property Value
System.Data.DataRow
|
CurrentIterationIndex
Declaration
public int CurrentIterationIndex { get; }
Property Value
System.Int32
|
DataInfo
DataSource
Declaration
public DataTable DataSource { get; }
Property Value
System.Data.DataTable
|
Methods
SetCurrentDataRow(DataRow)
Declaration
public void SetCurrentDataRow(DataRow row)
Parameters
System.Data.DataRow
row
|