SelectExpression.IsProjectStar Property

Definition

Gets or sets a value indicating whether this expression projects a single wildcard ('*').

public virtual bool IsProjectStar { get; set; }
member this.IsProjectStar : bool with get, set
Public Overridable Property IsProjectStar As Boolean

Property Value

true if this SelectExpression is project star, false if not.

Applies to