Click or drag to resize

EntityObjectRefresh Method

Refreshes this instance with data from data source. Only objects with ObjectState equal to Unchanged are refreshed.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool Refresh()

Return Value

Type: Boolean
true if the object is refreshed otherwise false.
See Also