C# Class Neo4jClient.Cypher.Node

Afficher le fichier Open project: Readify/Neo4jClient Class Usage Examples

Méthodes publiques

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

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
Résultat StartBit

ByIndexQuery() public static méthode

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