[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public ConnectionParameters(
string connStr,
string format = "laconf"
)
public ConnectionParameters(
string connStr,
string format = "laconf"
)
Public Sub New (
connStr As String,
Optional format As String = "laconf"
)
Public Sub New (
connStr As String,
Optional format As String = "laconf"
)
public:
ConnectionParameters(
String^ connStr,
String^ format = L"laconf"
)
public:
ConnectionParameters(
String^ connStr,
String^ format = L"laconf"
)
new :
connStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> ConnectionParameters
new :
connStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> ConnectionParameters