[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Analyzes a filter expression and builds a query graph model.
The 'equals' and 'and' expressions in the filter expression are extracted
and placed in the query graph model as navigable relationships (by key and index
properties) between streams.
The following tables list the members exposed by the FilterExprAnalyzer type.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | Analyze | Analyzes filter expression to build query graph model. |
![]() ![]() | AnalyzeAndNode | Analyze the AND-node. |
![]() ![]() | AnalyzeEqualsNode | Analye EQUALS (=) node. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |