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 (26.2.0.1000)
Syntax
public virtual string? GetDiagnosticInfo()

Return Value

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