Click or drag to resize

FndConnection Constructor (String)

Initializes a new instance of the FndConnection class

Namespace:  Ifs.Fnd.AccessProvider
Assembly:  Ifs.Fnd.AccessProvider (in Ifs.Fnd.AccessProvider.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public FndConnection(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string
Examples
conn = new FndConnection("myserver:8080");
See Also