Click or drag to resize

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
Syntax
public ObjectCollection<TObject> Refresh()

Return Value

Type: ObjectCollectionTObject
Returns the same object collection for easy operator chaining.
See Also