KDCalc Class Library

KDCalcDataAdapter.Fill Method

Adds or refreshes rows in the DataSet to match those in the KDCalcEngine.

Overload List

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);

See Also

KDCalcDataAdapter Class | KnowledgeDynamics.KDCalc Namespace