Base:
method
IndexOf
System.Data.Common.DbParameterCollection.IndexOf(System.String)
5 references to IndexOf
System.Data.OleDb (5)
OleDbParameterCollection.cs (1)
101return (-1 != IndexOf(value));
OleDbParameterCollectionHelper.cs (4)
100int index = IndexOf(parameterName); 146int index = IndexOf(parameterName); 286int index = IndexOf(parameterName); 322} while (-1 != IndexOf(name));