We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I need an easy way to create keys. I'm creating a contains query like this
SELECT __key__ FROM MyEntity WHERE __key__ = @key
However I need to get the Datastore via reflection to create the key. Would be nice to be able to create it easily.
The text was updated successfully, but these errors were encountered:
sai-pullabhotla
No branches or pull requests
Hi, I need an easy way to create keys. I'm creating a contains query like this
SELECT __key__ FROM MyEntity WHERE __key__ = @key
However I need to get the Datastore via reflection to create the key. Would be nice to be able to create it easily.
The text was updated successfully, but these errors were encountered: