ParameterTokenDataIsInversionSupported Property

Gets a value indicating whether this token supports inversion.

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 = "isInversionSupported", EmitDefaultValue = false)]
public bool IsInversionSupported { get; set; }

Property Value

Type: Boolean
if this token supports inversion; otherwise, .
Remarks
For example, "Null" supports inversion ("not null" is valid), but "All" does not.
See Also