DataProviderIsDriverInstalled 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 (24.3.0.1000)
Syntax public abstract bool IsDriverInstalled()
Public MustOverride Function IsDriverInstalled As Boolean
public:
virtual bool IsDriverInstalled() abstract
abstract IsDriverInstalled : unit -> bool
Return Value
Type:
Boolean if the third party driver detected, otherwise
.
See Also