If implemented by an inheriting class, loads the data from the connector.
| C# | Visual Basic | Visual C++ |
protected abstract void LoadDataImpl( out ColumnCollection columns, out RowCollection rows )
Protected MustOverride Sub LoadDataImpl ( _ <OutAttribute> ByRef columns As ColumnCollection, _ <OutAttribute> ByRef rows As RowCollection _ )
protected: virtual void LoadDataImpl( [OutAttribute] ColumnCollection^% columns, [OutAttribute] RowCollection^% rows ) abstract
- columns ( ColumnCollection %)
- The loaded columns.
- rows ( RowCollection %)
- The loaded rows.
If implemented by an inheriting class, this method anew loads all data
from the data source.
