C# Class Neo4jClient.Cypher.Node

Exibir arquivo Open project: Readify/Neo4jClient Class Usage Examples

Public Methods

Method Description
ByIndexLookup ( string indexName, string propertyName, object value ) : StartBit

Used for Cypher START clauses, like Start(new { foo = Node.ByIndexLookup(…) })

ByIndexQuery ( string indexName, string query ) : StartBit

Used for Cypher START clauses, like Start(new { foo = Node.ByIndexQuery(…) })

Method Details

ByIndexLookup() public static method

Used for Cypher START clauses, like Start(new { foo = Node.ByIndexLookup(…) })
public static ByIndexLookup ( string indexName, string propertyName, object value ) : StartBit
indexName string
propertyName string
value object
return StartBit

ByIndexQuery() public static method

Used for Cypher START clauses, like Start(new { foo = Node.ByIndexQuery(…) })
public static ByIndexQuery ( string indexName, string query ) : StartBit
indexName string
query string
return StartBit