3 references to ExecuteReaderInternal
System.Data.OleDb (3)
OleDbCommand.cs (3)
614
return
ExecuteReaderInternal
(behavior, ADP.ExecuteReader)!;
944
ExecuteReaderInternal
(CommandBehavior.Default, ADP.ExecuteNonQuery);
952
using (OleDbDataReader reader =
ExecuteReaderInternal
(CommandBehavior.Default, ADP.ExecuteScalar)!)