Open this page in the API Guide

ConnectionMetadata.UsingProviderData Property

Namespace:  Dundas.BI.Data.DataProviders.Gateway
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public bool UsingProviderData { get; set; }

Property Value

Type: Boolean
true if this data provider calls LoadProviderData() and SaveProviderData(String); otherwise, false.
See Also