AddElementOptionsRetainAllElements Property |
Gets or sets a value which will ensure all elements will be available if an automatic join occurs.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax[DataMemberAttribute(Name = "retainAllElements", EmitDefaultValue = true)]
public bool RetainAllElements { get; set; }
<DataMemberAttribute(Name := "retainAllElements", EmitDefaultValue := true)>
Public Property RetainAllElements As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"retainAllElements", EmitDefaultValue = true)]
property bool RetainAllElements {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "retainAllElements", EmitDefaultValue = true)>]
member RetainAllElements : bool with get, set
Property Value
Type:
Boolean
See Also