You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table which has a candidate key named "Id", and as you know, all tables have "objectId" too.
how can I retrieve an object based on the "Id" column?
I want to use get() method like this: MyTable.Query.get(Id='xxxxxxx'), instead of MyTable.Query.get(objectId='yyyyyy')
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I have a table which has a candidate key named "Id", and as you know, all tables have "objectId" too.
how can I retrieve an object based on the "Id" column?
I want to use get() method like this: MyTable.Query.get(Id='xxxxxxx'), instead of MyTable.Query.get(objectId='yyyyyy')
Thanks
The text was updated successfully, but these errors were encountered: