Searching
mNo edit summary
mNo edit summary
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>
We created a Seeker that translates OCL to SQL for searching in databases of any size using OCLPS. We look at derivations, constraints, and validation rules.<syntaxhighlight>
We created a Seeker that translates OCL to SQL for searching in databases of any size using [[Documentation:OCLps|OCLps]]. We look at derivations, constraints, and validation rules. We need OCLps<syntaxhighlight>
selfVM.Search
selfVM.Search
</syntaxhighlight>Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult.
</syntaxhighlight>Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult.

Revision as of 05:32, 21 October 2024

This page was created by Stephanie@mdriven.net on 2024-04-05. Last edited by Edgar on 2025-01-20.

We created a Seeker that translates OCL to SQL for searching in databases of any size using OCLps. We look at derivations, constraints, and validation rules. We need OCLps

selfVM.Search

Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult.

See also: [edit | edit source]