7 references to PreventUsage
System.Data (7)
fx\src\data\System\Data\Common\DBConnectionString.cs (6)
77case KeyRestrictionBehavior.PreventUsage: 226else if (KeyRestrictionBehavior.PreventUsage == this._behavior) { // both PreventUsage 276else if (combinedSet._behavior == KeyRestrictionBehavior.PreventUsage) { 284else if (componentSet._behavior == KeyRestrictionBehavior.PreventUsage) { 291else if (combinedSet._behavior == KeyRestrictionBehavior.PreventUsage) { 326case KeyRestrictionBehavior.PreventUsage:
fx\src\data\System\Data\Common\DBDataPermissionAttribute.cs (1)
63case KeyRestrictionBehavior.PreventUsage: