OdbcDataReader.HasRows 속성

정의

OdbcDataReader에 하나 이상의 행이 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

OdbcDataReader에 행이 하나 이상 포함되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보