PlaceholderProviderIsDriverInstalled Method  | 
 
            Determines whether third party driver required for this data provider is installed.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic override bool IsDriverInstalled()
Public Overrides Function IsDriverInstalled As Boolean
public:
virtual bool IsDriverInstalled() override
abstract IsDriverInstalled : unit -> bool 
override IsDriverInstalled : unit -> bool 
Return Value
Type: 
Boolean if the third party driver detected, otherwise 
.
See Also