DataProviderInfoIsTabularProvider Property  | 
 
            Gets a value indicating whether this data provider is a tabular provider which may require a manual structure.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
Boolean if this data provider is a tabular provider; otherwise, 
.
            
See Also