kCura.Utility.DataSetFactory
Simple class to create a dataset with a single datatable. This class is useful
for testing and building mockups
Enumerates the possible data types.
public DataSetFactory()
Initializes a new instance of DataSetFactory.
Adds a column to the data table that will be produced by this factory.
Adds a value to the first column of a new row on the underlying data table.
Adds a value to the first two columns of a new row on the underlying data table.
Adds a value to the first three columns of a new row on the underlying data table.
Gets a data set wrapping the single data table maintained by this Factory.