616 ()- Relative access not supported for property '%1'
Filtered access is supported for persistent or temporary collections, only. Filtered access cannot be used for path or operation properties.
Property pers(database,"Persons",odaba::Read);
pers.filter("age>18"); // ok
Property pers(database,"Persons().children()",odaba::Read);
pers.filter("age>18"); // relative access (getAt) will be denied