Reads the latest data from a data source to a view row that coincides with a specified index by a parameter.
Overload List
Reads the latest data from a data source to a view row that coincides with a specified index by a parameter.
public AwRefreshRowResult RefreshRow(int);
Reads the latest data from a data source to a view row that coincides with specified primary keys by a parameter.
public AwRefreshRowResult RefreshRow(object[]);
See Also
AwDbExData Class | Asterworld.Data Namespace