AdsDataReader.HasRows

Advantage .NET Data Provider

  Previous topic Next topic  

Gets a value indicating whether the data reader has one or more rows.

public bool HasRows{ get; }

Remarks

This returns true if the reader object has at least one row in it. If it is an empty result set, this property will be false.