populateFromQuery
Returns
Arguments
Key
Type
Required
Default
Description
Examples
var user = ormService.populateFromQuery( ormService.new( "User" ), ormService.list( "User", { id=4 } ) );Last updated
Was this helpful?
var user = ormService.populateFromQuery( ormService.new( "User" ), ormService.list( "User", { id=4 } ) );Last updated
Was this helpful?
Was this helpful?