Redsusia wrote:
I have a Class and it has a Collection property. I want to access to first object in collection property in the SQL statement.
for example, SELECT CollectionProperty[0] FROM MYCLASS
how can i do it?
I have a Class and it has a Collection property. I want to access to first object in collection property in the SQL statement.
for example, SELECT CollectionProperty[0] FROM MYCLASS
how can i do it?