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

Returns the offset of the stream and the type of the property for the given property name, by looking through the types offered and matching up.

This method considers only a property name and looks at all streams to resolve the property name.

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

Syntax

Visual Basic (Declaration)
Function ResolveByPropertyName ( _
	propertyName As String _
) As PropertyResolutionDescriptor
C#
PropertyResolutionDescriptor ResolveByPropertyName (
	string propertyName
)
Visual C++
PropertyResolutionDescriptor^ ResolveByPropertyName (
	String^ propertyName
)

Parameters

propertyName
System.String
property name in event

Return Value

descriptor with stream number, property type and property name