9 references to AllowOnly
System.Data.Odbc (9)
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: