Share via


OracleDataReader.HasRows Özellik

Tanım

öğesinin bir veya daha fazla satır içerip içermediğini OracleDataReader belirten bir değer alır.

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

Özellik Değeri

trueOracleDataReader bir veya daha fazla satır içeriyorsa; değilse false.

Şunlara uygulanır