3 references to ConnectionStringValidKeyRegex
System.Data.Odbc (3)
Common\System\Data\Common\DbConnectionOptions.cs (2)
122
if ((null == keyName) || !
ConnectionStringValidKeyRegex
.IsMatch(keyName))
447
if ((null == keyword) || !
ConnectionStringValidKeyRegex
.IsMatch(keyword))
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
413
bool compValue =
ConnectionStringValidKeyRegex
.IsMatch(keyname);