AttributeTokenIsInversionSupported 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)
Syntaxpublic override bool IsInversionSupported { get; }Public Overrides ReadOnly Property IsInversionSupported As Boolean
Get
public:
virtual property bool IsInversionSupported {
bool get () override;
}abstract IsInversionSupported : bool with get
override IsInversionSupported : bool with 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