ParameterTokenIsInversionSupported 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 bool IsInversionSupported { get; }Public ReadOnly Property IsInversionSupported As Boolean
Get
public:
property bool IsInversionSupported {
bool get ();
}member 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