NPoco.Tests.Common.SQLLocalDatabase.CleanupDataBase C# (CSharp) 메소드

CleanupDataBase() 공개 메소드

public CleanupDataBase ( ) : void
리턴 void
        public override void CleanupDataBase()
        {
            /*
             * Trying to do any clean up here fails until the Database object gets disposed.
             * The create deletes and recreates the files anyone so this isn't really necessary
             */
        }