Operation Details
Description:  
Sterotype: nsmulti
SQL
SELECT
  DSE.entityID,
  DSE.isOverflowInd,
  DSE.overflowNextID,
  DSE.entityType,
  DSE.entityValue,
  DSE.versionNo
INTO
  :entityID,
  :isOverflowInd,
  :overflowNextID,
  :entityType,
  :entityValue,
  :versionNo 
FROM
  DatastoreEntity DSE,
  DatastoreEntityRole DSER 
WHERE DSER.roleA = :entityID 
  AND DSE.entityID = DSER.roleB 
  AND DSE.entityType = :childEntityType
 ORDER BY DSE.entityID