7 overrides of HasRows
System.Data (4)
fx\src\data\System\Data\DataTableReader.cs (1)
235override public bool HasRows {
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
174override public bool HasRows {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
157override public bool HasRows { // MDAC 78405
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
175override public bool HasRows {
System.Data.Entity (2)
System\Data\EntityClient\EntityDataReader.cs (1)
76public override bool HasRows
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
233override public bool HasRows {
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2959public override bool HasRows {
4 references to HasRows
System.Data.Entity (1)
System\Data\EntityClient\EntityDataReader.cs (1)
80return this._storeDataReader.HasRows;
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2960get { return this.first || this.reader.HasRows; }
System.Workflow.Runtime (2)
Tracking\SqlTrackingService.cs (2)
287if (!reader.HasRows) 383if (!reader.HasRows)