AdapterDataIsAutoLoadedDataDisabled Property |
Gets or sets a value indicating whether data is auto loaded for this
Adapter.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "disableAutoLoadData", EmitDefaultValue = false)]
public bool IsAutoLoadedDataDisabled { get; set; }
<DataMemberAttribute(Name := "disableAutoLoadData", EmitDefaultValue := false)>
Public Property IsAutoLoadedDataDisabled As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"disableAutoLoadData", EmitDefaultValue = false)]
property bool IsAutoLoadedDataDisabled {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "disableAutoLoadData", EmitDefaultValue = false)>]
member IsAutoLoadedDataDisabled : bool with get, set
Property Value
Type:
Boolean if data is auto loaded for this
Adapter; otherwise,
.
See Also