ObjectCollectionTObjectRefreshLocal Method |
Refreshes the object list from the locally loaded objects in the transaction.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectCollection<TObject> RefreshLocal()
Public Function RefreshLocal As ObjectCollection(Of TObject)
public:
ObjectCollection<TObject>^ RefreshLocal()
member RefreshLocal : unit -> ObjectCollection<'TObject>
Return Value
Type:
ObjectCollectionTObject
See Also