Name | Description |
---|---|
All | Represents a star in a Cypher function, so All.Count() is equivalent to count(*) . Only for use in return expressions like .Return(() => new { Count = All.Count() }) , or start expressions like Start(new { n = All.Nodes }) , but not to be called directly. (This class is just syntactic sugar for lambda expressions; there is no .NET implementation of its methods.) |
CypherCapabilities | |
CypherQuery | |
CypherReturnExpressionBuilder | |
CypherReturnExpressionBuilder.ExpressionBuild | |
CypherReturnExpressionBuilder.WrappedFunctionCall | |
CypherStartBit | |
CypherStartBitWithNodeIndexLookup | |
CypherStartBitWithNodeIndexLookupWithSingleParameter | |
CypherWhereExpressionBuilder | |
CypherWhereExpressionVisitor | |
CypherWithExpressionBuilder | |
CypherWithExpressionBuilder.WrappedFunctionCall | |
Node | |
QueryWriter | |
RawCypherStartBit | |
ReturnExpression | |
StartBit | |
StartBitFormatter | |
VbCompareReplacer |