Click or drag to resize

PFExternalDataProvider_Neo4j Constructor

Initializes a new instance of the PFExternalDataProvider_Neo4j class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFExternalDataProvider_Neo4j(
	PFExternalConnection_Location_GraphDatabase location
)

Parameters

location
Type: Packflow.CorePFExternalConnection_Location_GraphDatabase
The data source location.
See Also