QueryExpressionSyntax.Clauses Property

Definition

A list of all the query operators in this query expression. This list always contains at least one operator.

public Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryClauseSyntax> Clauses { get; }

Property Value

Applies to