We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Populate an entity with a query object. Make sure the names of the columns match the keys in the object.
###Returns void
###Arguments
###Examples
var user = ormService.populateFromQuery( ormService.new("User"), list("User",{id=4}) );