DataProviderUsingProviderData Property |
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic virtual bool UsingProviderData { get; }Public Overridable ReadOnly Property UsingProviderData As Boolean
Get
public:
virtual property bool UsingProviderData {
bool get ();
}abstract UsingProviderData : bool with get
override UsingProviderData : bool with get
Property Value
Boolean if this data provider calls
LoadProviderData and
SaveProviderData(String); otherwise,
.
See Also