Implemented interface member:
method
Contains
System.Collections.IList.Contains(System.Object)
2 overrides of Contains
System.Data (1)
fx\src\Data\System\Data\ProviderBase\DbParameterCollectionHelper.cs (1)
111
override public bool
Contains
(object value) {
System.Data.Entity (1)
System\Data\EntityClient\DbParameterCollectionHelper.cs (1)
113
override public bool
Contains
(object value) {
2 references to Contains
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
1041
if (!command.Parameters.
Contains
(p)) {
1084
if (!command.Parameters.
Contains
(p)) {