Methods
Name | Description | |
---|---|---|
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.
|
|
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.
|