[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 using the specified stream name to resolve the property.

This method considers and explicit stream name and property name, both parameters are required.

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

Syntax

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

Parameters

streamName
System.String
name of stream, required
propertyName
System.String
property name in event, , required

Return Value

descriptor with stream number, property type and property name