Click or drag to resize

DetachedDeviceLinkClearChildLink Method

Removes any detached child linkage keys, i.e., ParentIDKey and StationNameKey, from the specified connection string.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.318-beta
Syntax
public static string ClearChildLink(
	string connectionString
)
View Source

Parameters

connectionString  String
Connection string to update.

Return Value

String
Updated connection string.
See Also