Click or drag to resize

ConnectionStringHelperRemoveProvider Method

Removes 'Provider' fragment from connection string.

Namespace:  Omada.OE.Solution.OIM.AppLogic.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string RemoveProvider(
	string connectionString
)

Parameters

connectionString
Type: SystemString
The connection string.

Return Value

Type: String
The connection strin without 'Provider' fragment.
See Also