BasicTokenIsInversionSupported Property

Gets a value indicating whether this token supports inversion.

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public override bool IsInversionSupported { get; }

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