Method ExecutableQuery
ExecutableQuery(string)
Gets an IExecutableQuery<TIn, TOut> that can be used to configure and execute a query using fluent method chaining.
IExecutableQuery<IRecord, IRecord> ExecutableQuery(string cypher)
Parameters
cypherstringThe cypher of the query.
Returns
- IExecutableQuery<IRecord, IRecord>
An IExecutableQuery<TIn, TOut> that can be used to configure and execute a query using fluent method chaining.