5 references to ICommandWithParameters
System.Data.OleDb (5)
OleDbCommand.cs (5)
376private UnsafeNativeMethods.ICommandWithParameters ICommandWithParameters() 379UnsafeNativeMethods.ICommandWithParameters? value = (_icommandText as UnsafeNativeMethods.ICommandWithParameters); 394UnsafeNativeMethods.ICommandWithParameters commandWithParameters = ICommandWithParameters(); 421private unsafe void ApplyParameterBindings(UnsafeNativeMethods.ICommandWithParameters commandWithParameters, tagDBPARAMBINDINFO[] bindInfo)