getOrFail
Returns
Arguments
Examples
var account = ormService.getOrFail("Account",1);
var account = ormService.getOrFail("Account",4);
var newAccount = ormService.getOrFail("Account",0);Last updated
Was this helpful?
var account = ormService.getOrFail("Account",1);
var account = ormService.getOrFail("Account",4);
var newAccount = ormService.getOrFail("Account",0);Last updated
Was this helpful?
Was this helpful?