[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Verify that each given name occurs exactly one.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Sub VerifyNameUniqueness ( _
	selectionList As IList(Of SelectExprElementNamedSpec) _
)
C#
public static void VerifyNameUniqueness (
	IList<SelectExprElementNamedSpec> selectionList
)
Visual C++
public:
static void VerifyNameUniqueness (
	IList<SelectExprElementNamedSpec^>^ selectionList
)

Parameters

selectionList
System.Collections.Generic.IList<(Of T>)
The list of select items to verify names