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

属性值

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

适用于