Fills DataTable with data in accordance with SQL query and connection string.

Namespace:  PerpetuumSoft.Reporting.Data
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public abstract void FillDataTable(
	DataTable table
)
Visual Basic (Declaration)
Public MustOverride Sub FillDataTable ( _
	table As DataTable _
)
Visual C++
public:
virtual void FillDataTable(
	DataTable^ table
) abstract

Parameters

table
Type: System.Data..::.DataTable

See Also