ConnectionBaseOpen Method  | 
 
            Opens a database connection with the settings specified by the ConnectionString
            property of the provider-specific Connection object.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders.Special
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic abstract void Open()
Public MustOverride Sub Open
public:
virtual void Open() abstract
abstract Open : unit -> unit 
See Also