C# Class GraphView.MatchPath

Inheritance: MatchEdge
Afficher le fichier Open project: Microsoft/GraphView Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ToSchemaObjectFunction() public méthode

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
Résultat GraphView.WSchemaObjectFunctionTableReference