MySQL Connector/Net
MySqlDataReaderHasRows Property |
Gets a value indicating whether the MySqlDataReader contains one or more rows.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override bool HasRows { get; }
Public Overrides ReadOnly Property HasRows As Boolean Get
public: virtual property bool HasRows { bool get () override; }
abstract HasRows : bool with get override HasRows : bool with get
Property Value
Type: Boolean