Class ISqlExecuterPartialFillArgs
Arguments for a partial-fill event, carrying the total expected record count and the
DataTable being populated.
Inheritance
ISqlExecuterPartialFillArgs
Assembly: Reportman.Drawing.dll
Syntax
public class ISqlExecuterPartialFillArgs
Constructors
View Source
ISqlExecuterPartialFillArgs(int, DataTable)
Declaration
public ISqlExecuterPartialFillArgs(int nTotalCount, DataTable nTable)
Parameters
Fields
View Source
Table
Declaration
Field Value
View Source
TotalCount
Declaration
Field Value