Table of Contents

Constructor CypherParameterMappingAttribute

Namespace
Neo4j.Driver.Mapping
Assembly
Neo4j.Driver.dll

CypherParameterMappingAttribute(string)

Initializes the attribute with the Cypher parameter key name to use for this property.

public CypherParameterMappingAttribute(string cypherParameterName)

Parameters

cypherParameterName string

The Cypher parameter key name to use for this property.