1 instantiation of tagDBPARAMS
System.Data.OleDb (1)
OleDbCommand.cs (1)
829dbParams = new tagDBPARAMS();
5 references to tagDBPARAMS
System.Data.OleDb (5)
OleDbCommand.cs (4)
810tagDBPARAMS? dbParams = null; 857private int ExecuteCommandTextForMultpleResults(tagDBPARAMS dbParams, out object executeResult) 872private int ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, out object executeResult) 889private int ExecuteCommandTextForSingleRow(tagDBPARAMS dbParams, out object executeResult)
UnsafeNativeMethods.cs (1)
372[In] System.Data.OleDb.tagDBPARAMS? pDBParams,