KDCalc Class Library

KDCalcDataAdapter.Fill Method (DataTable, String)

Adds or refreshes rows in a DataTable to match those in the KDCalcEngine using the passed in sheetName.

public int Fill(
   DataTable dataTable,
   string sheetName
);

Parameters

dataTable
A particular DataTable to fill.
sheetName
The sheetName to map the DataTable to.

Return Value

The number of rows successfully added to or refreshed in the DataTable.

See Also

KDCalcDataAdapter Class | KnowledgeDynamics.KDCalc Namespace | KDCalcDataAdapter.Fill Overload List