15 references to AllowOnly
System.Data (15)
fx\src\data\System\Data\Common\DBConnectionString.cs (9)
68: this(connectionOptions, (string)null, KeyRestrictionBehavior.AllowOnly, (Hashtable)null, true) 78case KeyRestrictionBehavior.AllowOnly: 192behavior = KeyRestrictionBehavior.AllowOnly; 195behavior = KeyRestrictionBehavior.AllowOnly; 197if (KeyRestrictionBehavior.AllowOnly == entry._behavior) { // this PreventUsage and entry AllowOnly 269if (componentSet._behavior == KeyRestrictionBehavior.AllowOnly) { 270if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) { 285if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) { 317case KeyRestrictionBehavior.AllowOnly:
fx\src\data\System\Data\Common\DBDataPermission.cs (1)
301KeyRestrictionBehavior behavior = KeyRestrictionBehavior.AllowOnly;
fx\src\data\System\Data\Common\DBDataPermissionAttribute.cs (1)
64case KeyRestrictionBehavior.AllowOnly:
fx\src\data\System\Data\Odbc\OdbcPermission.cs (1)
42base.Add(ADP.StrEmpty, ADP.StrEmpty, KeyRestrictionBehavior.AllowOnly);
fx\src\data\System\Data\OleDb\OleDbPermission.cs (1)
45base.Add(ADP.StrEmpty, ADP.StrEmpty, KeyRestrictionBehavior.AllowOnly);
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
194p.Add(String.Empty, String.Empty, KeyRestrictionBehavior.AllowOnly);
fx\src\data\System\Data\SqlClient\SqlClientPermission.cs (1)
40base.Add(ADP.StrEmpty, ADP.StrEmpty, KeyRestrictionBehavior.AllowOnly);