Stores the data to the data source.
| C# | Visual Basic | Visual C++ |
public void StoreData( ColumnCollection columns, RowCollection rows )
Public Sub StoreData ( _ columns As ColumnCollection, _ rows As RowCollection _ )
public: void StoreData( ColumnCollection^ columns, RowCollection^ rows )
- columns (ColumnCollection)
- The columns to store.
- rows (RowCollection)
- The rows to store.
Calls StoreDataImpl(ColumnCollection, RowCollection) to perform the actual operation.
