Click or drag to resize

ObjectCollectionTObject Methods

The ObjectCollectionTObject generic type exposes the following members.

Methods
  NameDescription
Public methodRefresh
Loads or reloads the contents of the list from the query
Public methodRefreshLocal
Refreshes the object list from the locally loaded objects in the transaction.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodPreloadTObject(ILazyProperty)Overloaded.
Preloads the value of the specified lazy property for the objects in the sequence.
(Defined by LinqExtensions.)
Public Extension MethodPreloadTObject, TResult(ExpressionFuncTObject, TResult)Overloaded.
Preloads the full object state for all objects returned by applying the expression to each element in source. This is still a research method, which will be renamed later to .Preload().
(Defined by LinqExtensions.)
Public Extension MethodCode exampleSplitTObject
Splits the input IEnumerable in chunks with the specified size.
(Defined by Splitter.)
Public Extension MethodTopologicalSortTObject
Topological sort based on item dependencies.
(Defined by RepositoryExtensions.)
Top
See Also