[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 looking through the types offered and matching up.
Namespace: net.esper.eql.core
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.
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function ResolveByStreamAndPropName ( _ streamAndPropertyName As String _ ) As PropertyResolutionDescriptor |
C# |
---|
PropertyResolutionDescriptor ResolveByStreamAndPropName ( string streamAndPropertyName ) |
Visual C++ |
---|
PropertyResolutionDescriptor^ ResolveByStreamAndPropName ( String^ streamAndPropertyName ) |
Parameters
- streamAndPropertyName
- System.String
stream name and property name (e.g. s0.p0) or just a property name (p0)