5 references to ICommandWithParameters
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (5)
366private UnsafeNativeMethods.ICommandWithParameters ICommandWithParameters() { 369UnsafeNativeMethods.ICommandWithParameters value = (_icommandText as UnsafeNativeMethods.ICommandWithParameters); 382UnsafeNativeMethods.ICommandWithParameters commandWithParameters = ICommandWithParameters(); 407private void ApplyParameterBindings(UnsafeNativeMethods.ICommandWithParameters commandWithParameters, tagDBPARAMBINDINFO[] bindInfo) {