C# Class Neo4jClient.Cypher.RawCypherStartBit

Inheritance: ICypherStartBit
Exibir arquivo Open project: Readify/Neo4jClient

Public Methods

Method Description
RawCypherStartBit ( string identifier, string startText ) : System
ToCypherText ( string>.Func createParameterCallback ) : string

Method Details

RawCypherStartBit() public method

public RawCypherStartBit ( string identifier, string startText ) : System
identifier string
startText string
return System

ToCypherText() public method

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