AdapterIsAutoLoadedDataDisabled Property  | 
 
            Gets or sets a value indicating whether data is auto loaded for this 
Adapter.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsAutoLoadedDataDisabled { get; set; }Public Property IsAutoLoadedDataDisabled As Boolean
	Get
	Set
public:
property bool IsAutoLoadedDataDisabled {
	bool get ();
	void set (bool value);
}member IsAutoLoadedDataDisabled : bool with get, set
Property Value
Type: 
Boolean if data is auto loaded for this 
Adapter; otherwise, 
.
            
See Also