OracleDataReader.HasRows 属性

定义

获取一个值,该值指示 OracleDataReader 是否包含一行或多行。

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

属性值

如果 OracleDataReader 包含一行或多行,则为 true;否则为 false

适用于