If implemented by an inheriting class, stores the data to the data source.
| C# | Visual Basic | Visual C++ |
protected abstract void StoreDataImpl( ColumnCollection columns, RowCollection rows )
Protected MustOverride Sub StoreDataImpl ( _ columns As ColumnCollection, _ rows As RowCollection _ )
protected: virtual void StoreDataImpl( ColumnCollection^ columns, RowCollection^ rows ) abstract
- columns (ColumnCollection)
- The columns to store.
- rows (RowCollection)
- The rows to store.
If implemented by an inheriting class, this method anew stores all data
to the data source.
