How do I query all the children of a Datastore
entity in Python
? 开发者_如何学CThe parent entity is of a different kind, but all children are of the same kind.
Like this:
ChildKind.all().ancestor(parent).fetch(100)
How do I query all the children of a Datastore
entity in Python
? 开发者_如何学CThe parent entity is of a different kind, but all children are of the same kind.
Like this:
ChildKind.all().ancestor(parent).fetch(100)
精彩评论