C# Class Neo4jClient.Cypher.CypherStartBit

Inheritance: ICypherStartBit
Afficher le fichier Open project: Readify/Neo4jClient

Méthodes publiques

Méthode Description
CypherStartBit ( string identifier ) : System
CypherStartBit ( string identifier, IEnumerable nodeReferences ) : System
CypherStartBit ( string identifier, IEnumerable relationshipReferences ) : System
CypherStartBit ( string identifier, string lookupType, IEnumerable lookupIds ) : System
ToCypherText ( string>.Func createParameterCallback ) : string

Method Details

CypherStartBit() public méthode

public CypherStartBit ( string identifier ) : System
identifier string
Résultat System

CypherStartBit() public méthode

public CypherStartBit ( string identifier, IEnumerable nodeReferences ) : System
identifier string
nodeReferences IEnumerable
Résultat System

CypherStartBit() public méthode

public CypherStartBit ( string identifier, IEnumerable relationshipReferences ) : System
identifier string
relationshipReferences IEnumerable
Résultat System

CypherStartBit() public méthode

public CypherStartBit ( string identifier, string lookupType, IEnumerable lookupIds ) : System
identifier string
lookupType string
lookupIds IEnumerable
Résultat System

ToCypherText() public méthode

public ToCypherText ( string>.Func createParameterCallback ) : string
createParameterCallback string>.Func
Résultat string