C# Class DeleteFailSwallow, EntityFramework.Triggers

Inheritance: TestBase
Mostrar archivo Open project: NickStrupat/EntityFramework.Triggers

Protected Methods

Method Description
Setup ( ) : void
Teardown ( ) : void

Private Methods

Method Description
Async ( ) : Task
OnDeleteFailed ( DbContext>.IChangeFailedEntry e ) : void
OnDeleting ( DbContext>.IBeforeChangeEntry e ) : void
Sync ( ) : void

Method Details

Setup() protected method

protected Setup ( ) : void
return void

Teardown() protected method

protected Teardown ( ) : void
return void