MdxClient.MdxConnection.Close C# (CSharp) Method

Close() public method

Closes the connection to the database.
public Close ( ) : void
return void
        public override void Close()
        {
            _connection.Close();
        }