Hello, I am learning query entities and I am getting the warning message (missing domain prefix).
cons!UA_DSE_STUDENTSINFO is mapped to UA_Students DB. I believe it is configured properly because I use the same constant to write values to DB.
I am getting the same warning message when I try to use sorting.
Discussion posts and replies are publicly visible
Hi, replace 'id' with "id".
That works.. I thought both ' ' and " " represent string data type. Thank you.