C# Class Neo4jClient.Cypher.CypherStartBitWithNodeIndexLookup

Inheritance: ICypherStartBit
Exibir arquivo Open project: Readify/Neo4jClient

Public Methods

Method Description
CypherStartBitWithNodeIndexLookup ( string identifier, string indexName, string key, object value ) : System
ToCypherText ( string>.Func createParameterCallback ) : string

Method Details

CypherStartBitWithNodeIndexLookup() public method

public CypherStartBitWithNodeIndexLookup ( string identifier, string indexName, string key, object value ) : System
identifier string
indexName string
key string
value object
return System

ToCypherText() public method

public ToCypherText ( string>.Func createParameterCallback ) : string
createParameterCallback string>.Func
return string