RemoteProviderMetadataUsingProviderData Property |
Namespace:
Dundas.BI.Data.DataProviders.Gateway
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool UsingProviderData { get; }
Public ReadOnly Property UsingProviderData As Boolean
Get
public:
property bool UsingProviderData {
bool get ();
}
member UsingProviderData : bool with get
Property Value
Type:
Boolean if this data provider calls
LoadProviderData and
SaveProviderData(String); otherwise,
.
See Also