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