[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 | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |