isSessionDirty
Returns
Arguments
Examples
// Check if by this point we have a dirty session, then flush it
if( ormService.isSessionDirty() ){
ORMFlush();
}Last updated
Was this helpful?
// Check if by this point we have a dirty session, then flush it
if( ormService.isSessionDirty() ){
ORMFlush();
}Last updated
Was this helpful?
Was this helpful?