Method | Description | |
---|---|---|
Execute ( ) : |
||
Filter ( string propertyType, string value, Operator op ) : |
||
Query ( |
||
Query ( |
||
Query ( IEnumerable |
||
Traverse ( string property, |
||
TraverseInverse ( string property, |
Method | Description | |
---|---|---|
AnalyseQuery ( ) : void |
Here we look at what we need to keep and what we can throw away as we process the data
|
public Filter ( string propertyType, string value, Operator op ) : |
||
propertyType | string | |
value | string | |
op | Operator | |
return |
public Query ( |
||
graph | ||
startNode | ||
return | System |
public Query ( IEnumerable |
||
startNodes | IEnumerable |
|
return | System |
public Traverse ( string property, |
||
property | string | |
traversaloptions | ||
return |
public TraverseInverse ( string property, |
||
property | string | |
traversaloptions | ||
return |