IRangeOperation.IsLifted Property

Definition

true if this is a 'lifted' range operation. When there is an operator that is defined to work on a value type, 'lifted' operators are created to work on the Nullable<T> versions of those value types.

public bool IsLifted { get; }
member this.IsLifted : bool
Public ReadOnly Property IsLifted As Boolean

Property Value

Applies to