[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 a single property name that may or may not be prefixed by a stream name. The resolution first attempts to find the property name itself, then attempts to consider a stream name that may be part of the property name.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function ResolveByStreamAndPropName ( _
	streamAndPropertyName As String _
) As PropertyResolutionDescriptor
C#
public virtual PropertyResolutionDescriptor ResolveByStreamAndPropName (
	string streamAndPropertyName
)
Visual C++
public:
virtual PropertyResolutionDescriptor^ ResolveByStreamAndPropName (
	String^ streamAndPropertyName
)

Parameters

streamAndPropertyName
System.String
stream name and property name (e.g. s0.p0) or just a property name (p0)

Return Value

descriptor with stream number, property type and property name