| 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
Syntaxpublic static string RemoveProvider(
string connectionString
)
Parameters
- connectionString
- Type: SystemString
The connection string.
Return Value
Type:
StringThe connection strin without 'Provider' fragment.
See Also