Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

DataTable DataTable myDataTable.Save()

Remarks

Until Save method called all changes on data table is stored in memory. Save method flushes all changes to database.

...