System.Data.Entity.Infrastructure.Interception.DatabaseLogger.Dispose C# (CSharp) Method

Dispose() public method

Stops logging and closes the underlying file if output is being written to a file.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(disposing: true);
            GC.SuppressFinalize(this);
        }

Same methods

DatabaseLogger::Dispose ( bool disposing ) : void