EntityDataReader.HasRows 속성

정의

행이 하나 이상 포함되어 있는지 여부를 EntityDataReader 나타내는 값을 가져옵니다.

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

속성 값

true 행이 하나 이상 있으면 EntityDataReader 이고, false그렇지 않으면 .

적용 대상