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