EntityDataReader.HasRows Özellik

Tanım

Bunun EntityDataReader bir veya daha fazla satır içerip içermediğini gösteren bir değer alır.

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

Özellik Değeri

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

Şunlara uygulanır