DataProviderGetDiagnosticInfo Method

Gets diagnostic information about the data provider.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual string GetDiagnosticInfo()

Return Value

Type: String
Diagnostic information about the data provider.
Exceptions
ExceptionCondition
FileNotFoundExceptionThe driver for this data provider was not found.
Remarks
If not overridden in a derived class, returns .
See Also