Share via


OdbcDataReader.HasRows Özellik

Tanım

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

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

Özellik Değeri

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

Şunlara uygulanır

Ayrıca bkz.