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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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