SqlDataReader.HasRows Özellik

Tanım

öğesinin bir veya daha fazla satır içerip içermediğini SqlDataReader 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

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

Şunlara uygulanır

Ayrıca bkz.