Reads the data to the table of class from the data source. Schema is not read.
[Visual Basic]
Public Function Refill() As Boolean
[C#]
public bool Refill();
Return Value
Returns true if successful; otherwise false.
Example
How to read data from the data source.
dbExData.Refill()
dbExData.Refill();
See Also
AwDbExData Class | Asterworld.Data Namespace