Robert Holwerda - Is there a way to get all ent...

Is there a way to get all entity instances in a database regardless of schema?
2 Replies
georgii
georgii5d ago
Hi! You need to combine a type variable and an instance variable like this:
match
entity $et; # entity type
$e isa $et; # entity
match
entity $et; # entity type
$e isa $et; # entity
Robert Holwerda
Robert HolwerdaOP4d ago
Yess! Thanks!!

Did you find this page helpful?