Click or drag to resize

PFExternalDataProvider_MongoDB Constructor

Initializes a new instance of the PFExternalDataProvider_MongoDB 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_MongoDB(
	PFExternalConnection_Location_DocumentStore location
)

Parameters

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