Select Image using OQL in mendix

0
Hi, I have a page where we are using list view. In the list view we are fetching the list items through OQL select query. Is it possible to also fetch the image associated to the fetched list object using OQL?
asked
1 answers
0

With OQL you can retrieve the Mendix object that is a specialization of the System.Image entity, like you can fetch any other object. Once you have this object the file should be accesible from the standard Mx functionality. The file content is not available as this is stored on disk and not in the db.

answered