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