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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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