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
SyntaxPublic Function Refresh As Boolean
member Refresh : unit -> bool
Return Value
Type:
Booleantrue if the object is refreshed otherwise
false.
See Also