C# Class GraphView.MatchPath

Inheritance: MatchEdge
Datei anzeigen Open project: Microsoft/GraphView Class Usage Examples

Public Methods

Method Description
RetrievePredicatesExpression ( ) : WBooleanExpression

Converts edge attribute predicates into a boolean expression, which is used for constructing queries for retrieving edge statistics

ToSchemaObjectFunction ( string nodeAlias, string dumbNode, GraphMetaData metaData ) : GraphView.WSchemaObjectFunctionTableReference

Converts the edge to the table-valued function

Method Details

RetrievePredicatesExpression() public method

Converts edge attribute predicates into a boolean expression, which is used for constructing queries for retrieving edge statistics
public RetrievePredicatesExpression ( ) : WBooleanExpression
return WBooleanExpression

ToSchemaObjectFunction() public method

Converts the edge to the table-valued function
public ToSchemaObjectFunction ( string nodeAlias, string dumbNode, GraphMetaData metaData ) : GraphView.WSchemaObjectFunctionTableReference
nodeAlias string Source node alias
dumbNode string
metaData GraphMetaData Meta data
return GraphView.WSchemaObjectFunctionTableReference