5 references to OleDbCommand
System.Data.OleDb (5)
OleDbCommand.cs (4)
55
public OleDbCommand(string? cmdText) :
this
()
60
public OleDbCommand(string? cmdText, OleDbConnection? connection) :
this
()
66
public OleDbCommand(string? cmdText, OleDbConnection? connection, OleDbTransaction? transaction) :
this
()
73
private OleDbCommand(OleDbCommand from) :
this
()
OleDbFactory.cs (1)
20
return new
OleDbCommand
();