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}) );