Neo4jClient.FsQuotations


QuotationInterpreter

Namespace: Neo4jClient.FsQuotations

Nested types and modules

TypeDescription
InterpreterResult<'TReturn>

Functions and values

Function or valueDescription
executeReadQuery cypher query
Signature: cypher:ICypherFluentQuery -> query:Expr<'T> -> seq<'T>
Type parameters: 'T
executeWriteQuery cypher query
Signature: cypher:ICypherFluentQuery -> query:Expr<unit> -> unit
Fork me on GitHub