1 instantiation of tagDBPARAMS
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
750dbParams = new tagDBPARAMS();
5 references to tagDBPARAMS
System.Data (5)
fx\src\data\System\Data\Common\UnsafeNativeMethods.cs (1)
816[In] System.Data.OleDb.tagDBPARAMS pDBParams,
fx\src\data\System\Data\OleDb\OleDbCommand.cs (4)
733tagDBPARAMS dbParams = null; 773private int ExecuteCommandTextForMultpleResults(tagDBPARAMS dbParams, out object executeResult) { 789private int ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, out object executeResult) { 807private int ExecuteCommandTextForSingleRow(tagDBPARAMS dbParams, out object executeResult) {