Skip to content

How To Retrieve Objects based on Other Unique Columns #164

Open
@mirzaei-mm

Description

@mirzaei-mm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions