3 references to Fill
System.Data (3)
fx\src\data\System\Data\Common\DbDataAdapter.cs (3)
434
throw ADP.MissingSelectCommand(ADP.
Fill
);
502
throw ADP.MissingSelectCommand(ADP.
Fill
);
518
IDbConnection activeConnection = DbDataAdapter.GetConnection3(this, command, ADP.
Fill
);