Click or drag to resize

ConnectionStringParserParseConnectionString Method

Deserializes the connection string parameters into the given settingsObject.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntax
public virtual void ParseConnectionString(
	string connectionString,
	Object settingsObject
)
View Source

Parameters

connectionString  String
The connection string to be parsed.
settingsObject  Object
The object whose properties are to be populated with values from the connection string.
Exceptions
ExceptionCondition
ArgumentNullExceptionsettingsObject is null.
ArgumentExceptionA required connection string parameter cannot be found in the connection string.
See Also