Class DataSet
Inheritance
System.Object
DataSet
Assembly: BoldReports.UWP.dll
Syntax
public class DataSet : Object
Constructors
DataSet()
Declaration
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
RowsRead
Declaration
public double RowsRead { get; set; }
Property Value
Type |
Description |
System.Double |
|
TotalTimeDataRetrieval
Declaration
public double TotalTimeDataRetrieval { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Dispose()
Declaration