11 references to AllowOnly
System.Data.Common (1)
System\Data\Common\AdapterUtil.Common.cs (1)
135case KeyRestrictionBehavior.AllowOnly:
System.Data.Odbc (10)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
147case KeyRestrictionBehavior.AllowOnly:
Common\System\Data\Common\DBConnectionString.cs (9)
59: this(connectionOptions, null, KeyRestrictionBehavior.AllowOnly, null, true) 71case KeyRestrictionBehavior.AllowOnly: 205behavior = KeyRestrictionBehavior.AllowOnly; 209behavior = KeyRestrictionBehavior.AllowOnly; 211if (KeyRestrictionBehavior.AllowOnly == entry._behavior) 302if (componentSet._behavior == KeyRestrictionBehavior.AllowOnly) 304if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) 323if (combinedSet._behavior == KeyRestrictionBehavior.AllowOnly) 362case KeyRestrictionBehavior.AllowOnly: