OracleDataReader.HasRows Property

Definition

Gets a value indicating whether the OracleDataReader contains one or more rows.

public:
 property bool HasRows { bool get(); };
public:
 virtual property bool HasRows { bool get(); };
public bool HasRows { get; }
public override bool HasRows { get; }
member this.HasRows : bool
Public ReadOnly Property HasRows As Boolean
Public Overrides ReadOnly Property HasRows As Boolean

Property Value

true if the OracleDataReader contains one or more rows; otherwise false.

Applies to