Adds or refreshes rows in the DataSet to match those in the KDCalcEngine.
Adds or refreshes rows in the DataSet to match those in the KDCalcEngine.
public override int Fill(DataSet);
Adds or refreshes rows in a DataTable to match those in the KDCalcEngine using the passed in DataTable's TableName.
public int Fill(DataTable);
Adds or refreshes rows in a DataTable to match those in the KDCalcEngine using the passed in sheetIndex.
public int Fill(DataTable,int);
Adds or refreshes rows in a DataTable to match those in the KDCalcEngine using the passed in sheetName.
public int Fill(DataTable,string);
KDCalcDataAdapter Class | KnowledgeDynamics.KDCalc Namespace