Click or drag to resize

PFExternalDataProvider_MariaDB Constructor

Initializes a new instance of the PFExternalDataProvider_MariaDB 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_MariaDB(
	PFExternalConnection_Location_SQL location
)

Parameters

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