MdxClient.MdxConnection.Open C# (CSharp) Method

Open() public method

Opens a database connection with the property settings specified by the connection string.
public Open ( ) : void
return void
        public override void Open()
        {
            _connection.Open();
        }