[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

  NameDescription
static memberAnalyze
Analyzes filter expression to build query graph model.

static memberAnalyzeAndNode
Analyze the AND-node.

static memberAnalyzeEqualsNode
Analye EQUALS (=) node.

Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
FilterExprAnalyzerNew