AriDEVParser.SQLOutput.SQLOutput.Flush C# (CSharp) Method

Flush() private static method

private static Flush ( ) : void
return void
        private static void Flush()
        {
            _file.Flush();
            _file.Close();
            _file = null;
        }