MdxClient.MdxConnection.Open C# (CSharp) Méthode

Open() public méthode

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