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