SyntaxFactory.FromClause Method

Definition

Overloads

FromClause(SyntaxToken, SeparatedSyntaxList<CollectionRangeVariableSyntax>)

Represents a "From" query operator. If this is the beginning of a query, the Source will be Nothing. Otherwise, the Source will be the part of the query to the left of the From.

FromClause(SeparatedSyntaxList<CollectionRangeVariableSyntax>)

Represents a "From" query operator. If this is the beginning of a query, the Source will be Nothing. Otherwise, the Source will be the part of the query to the left of the From.

FromClause(CollectionRangeVariableSyntax[])

Represents a "From" query operator. If this is the beginning of a query, the Source will be Nothing. Otherwise, the Source will be the part of the query to the left of the From.

FromClause(SyntaxToken, SeparatedSyntaxList<CollectionRangeVariableSyntax>)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Represents a "From" query operator. If this is the beginning of a query, the Source will be Nothing. Otherwise, the Source will be the part of the query to the left of the From.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::FromClauseSyntax ^ FromClause(Microsoft::CodeAnalysis::SyntaxToken fromKeyword, Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::CollectionRangeVariableSyntax ^> variables);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax FromClause (Microsoft.CodeAnalysis.SyntaxToken fromKeyword, Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> variables);
static member FromClause : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax
Public Shared Function FromClause (fromKeyword As SyntaxToken, variables As SeparatedSyntaxList(Of CollectionRangeVariableSyntax)) As FromClauseSyntax

Parameters

fromKeyword
SyntaxToken

The "From" keyword.

variables
SeparatedSyntaxList<CollectionRangeVariableSyntax>

The list of collection variables declared by this From operator.

Returns

Applies to

FromClause(SeparatedSyntaxList<CollectionRangeVariableSyntax>)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Represents a "From" query operator. If this is the beginning of a query, the Source will be Nothing. Otherwise, the Source will be the part of the query to the left of the From.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::FromClauseSyntax ^ FromClause(Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::CollectionRangeVariableSyntax ^> variables);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax FromClause (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> variables);
static member FromClause : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax
Public Shared Function FromClause (variables As SeparatedSyntaxList(Of CollectionRangeVariableSyntax)) As FromClauseSyntax

Parameters

variables
SeparatedSyntaxList<CollectionRangeVariableSyntax>

The list of collection variables declared by this From operator.

Returns

Applies to

FromClause(CollectionRangeVariableSyntax[])

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Represents a "From" query operator. If this is the beginning of a query, the Source will be Nothing. Otherwise, the Source will be the part of the query to the left of the From.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::FromClauseSyntax ^ FromClause(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::CollectionRangeVariableSyntax ^> ^ variables);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax FromClause (params Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax[] variables);
static member FromClause : Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FromClauseSyntax
Public Shared Function FromClause (ParamArray variables As CollectionRangeVariableSyntax()) As FromClauseSyntax

Parameters

variables
CollectionRangeVariableSyntax[]

The list of collection variables declared by this From operator.

Returns

Applies to