OCLOperators ExecutePS
No edit summary
No edit summary
Line 4: Line 4:


The PS-evaluated expression (translated to sql and executed in DB) is defined in a ViewModelColumn of its own that is not referenced by any UI
The PS-evaluated expression (translated to sql and executed in DB) is defined in a ViewModelColumn of its own that is not referenced by any UI
ExecutePS will look for MaxFetch taggedvalue on root level column and limit returned values-
[[File:2018-07-13 14h41 13.png|none|thumb|692x692px]]
[[File:2018-07-13 14h41 13.png|none|thumb|692x692px]]

Revision as of 15:09, 16 December 2021

selfVM.ExecutePS() is used to use the power and speed of the database to find a subset of objects of a certain type in a ViewModel.

In the example below the ExecutePS is used to look up License objects with ps (avoiding traversing all existing in memory).

The PS-evaluated expression (translated to sql and executed in DB) is defined in a ViewModelColumn of its own that is not referenced by any UI

ExecutePS will look for MaxFetch taggedvalue on root level column and limit returned values-

2018-07-13 14h41 13.png
This page was edited 96 days ago on 02/10/2024. What links here