3 references to ICommandPrepare
System.Data.OleDb (3)
OleDbCommand.cs (3)
369private UnsafeNativeMethods.ICommandPrepare? ICommandPrepare() 372return _icommandText as UnsafeNativeMethods.ICommandPrepare; 1217UnsafeNativeMethods.ICommandPrepare? icommandPrepare = ICommandPrepare();