[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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.
Namespace: net.esper.eql.core
This method considers and explicit stream name and property name, both parameters are required.
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function ResolveByStreamAndPropName ( _ streamName As String, _ propertyName As String _ ) As PropertyResolutionDescriptor |
C# |
---|
public virtual PropertyResolutionDescriptor ResolveByStreamAndPropName ( string streamName, string propertyName ) |
Visual C++ |
---|
public: virtual PropertyResolutionDescriptor^ ResolveByStreamAndPropName ( String^ streamName, String^ propertyName ) |
Parameters
- streamName
- System.String
name of stream, required
- propertyName
- System.String
property name in event, , required