Methods

  Name Description
Public method Static member ExecuteIn<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), ClientScope)
Executes a query in a scope, so the loaded entities are pinned to the scope (marked as needed) by calling AddRef(Object) for each of them.
Public method Static member ExecuteIn<(Of <<'(T>)>>)(EntityQuery<(Of <<'(T>)>>), RiaClientScope)
Executes a query in a scope, so the loaded entities are pinned to the scope (marked as needed) by calling AddRef(Object) for each of them.

See Also