RemoteProviderMetadataUsingProviderData Property |
Namespace: Dundas.BI.Data.DataProviders.GatewayAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
Boolean if this data provider calls
LoadProviderData and
SaveProviderData(String); otherwise,
.
See Also