MdxClient.MdxConnection.Close C# (CSharp) Метод

Close() публичный Метод

Closes the connection to the database.
public Close ( ) : void
Результат void
        public override void Close()
        {
            _connection.Close();
        }