ObjectCollectionTObjectRefresh Method |
Loads or reloads the contents of the list from the query
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectCollection<TObject> Refresh()
Public Function Refresh As ObjectCollection(Of TObject)
public:
ObjectCollection<TObject>^ Refresh()
member Refresh : unit -> ObjectCollection<'TObject>
Return Value
Type:
ObjectCollectionTObject
Returns the same object collection for easy operator chaining.
See Also