SyntaxFactory.FunctionAggregation Method

Definition

Overloads

FunctionAggregation(SyntaxToken)

Represents an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

FunctionAggregation(String)

Represents an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

FunctionAggregation(SyntaxToken, ExpressionSyntax)

Represents an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

FunctionAggregation(SyntaxToken, SyntaxToken, ExpressionSyntax, SyntaxToken)

Represents an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

FunctionAggregation(SyntaxToken)

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 an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::FunctionAggregationSyntax ^ FunctionAggregation(Microsoft::CodeAnalysis::SyntaxToken functionName);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax FunctionAggregation (Microsoft.CodeAnalysis.SyntaxToken functionName);
static member FunctionAggregation : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax
Public Shared Function FunctionAggregation (functionName As SyntaxToken) As FunctionAggregationSyntax

Parameters

functionName
SyntaxToken

The name of the aggregation function.

Returns

Applies to

FunctionAggregation(String)

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 an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::FunctionAggregationSyntax ^ FunctionAggregation(System::String ^ functionName);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax FunctionAggregation (string functionName);
static member FunctionAggregation : string -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax
Public Shared Function FunctionAggregation (functionName As String) As FunctionAggregationSyntax

Parameters

functionName
String

The name of the aggregation function.

Returns

Applies to

FunctionAggregation(SyntaxToken, ExpressionSyntax)

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 an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::FunctionAggregationSyntax ^ FunctionAggregation(Microsoft::CodeAnalysis::SyntaxToken functionName, Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionSyntax ^ argument);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax FunctionAggregation (Microsoft.CodeAnalysis.SyntaxToken functionName, Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax argument);
static member FunctionAggregation : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax
Public Shared Function FunctionAggregation (functionName As SyntaxToken, argument As ExpressionSyntax) As FunctionAggregationSyntax

Parameters

functionName
SyntaxToken

The name of the aggregation function.

argument
ExpressionSyntax

The argument to the aggregation function.

Returns

Applies to

FunctionAggregation(SyntaxToken, SyntaxToken, ExpressionSyntax, SyntaxToken)

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 an invocation of an Aggregation function in the aggregation range variable declaration of a Group By, Group Join or Aggregate query operator.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::FunctionAggregationSyntax ^ FunctionAggregation(Microsoft::CodeAnalysis::SyntaxToken functionName, Microsoft::CodeAnalysis::SyntaxToken openParenToken, Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionSyntax ^ argument, Microsoft::CodeAnalysis::SyntaxToken closeParenToken);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax FunctionAggregation (Microsoft.CodeAnalysis.SyntaxToken functionName, Microsoft.CodeAnalysis.SyntaxToken openParenToken, Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax argument, Microsoft.CodeAnalysis.SyntaxToken closeParenToken);
static member FunctionAggregation : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.FunctionAggregationSyntax
Public Shared Function FunctionAggregation (functionName As SyntaxToken, openParenToken As SyntaxToken, argument As ExpressionSyntax, closeParenToken As SyntaxToken) As FunctionAggregationSyntax

Parameters

functionName
SyntaxToken

The name of the aggregation function.

openParenToken
SyntaxToken

The "(" token if present.

argument
ExpressionSyntax

The argument to the aggregation function.

closeParenToken
SyntaxToken

The ")" token, if present.

Returns

Applies to