2016-10-16
1.0.0
Claudio Lichtenthal
9.1.600.0
MySQL
.NET
How-tos
[Overview]
This sample code shows 2 ways you can do a " select IN list " type of logic ... (Either with an AdvancedQuery or using a Memory List in an Action ...)
[Detail]
The one function I could not seem to do with an Aggregate was selecting from a subset List ... This sample shows how one can do it ... It requires the Multiple Selection oml...