ConnectionDetails Constructor (SerializationInfo, StreamingContext)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the ConnectionDetails class; used to serialize the class.

Namespace: CleanCode.DatabaseControls.Support
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

protected ConnectionDetails(
	SerializationInfo info,
	StreamingContext context
)
See Also