DataProviderInfoIsTabularProvider Property |
Gets a value indicating whether this data provider is a tabular provider which may require a manual structure.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IsTabularProvider { get; }Public ReadOnly Property IsTabularProvider As Boolean
Get
public:
property bool IsTabularProvider {
bool get ();
}member IsTabularProvider : bool with get
Property Value
Boolean if this data provider is a tabular provider; otherwise,
.
See Also