Click or drag to resize
ExtendedDbDataReaderHasRows Property
Gets a value that indicates whether this DbDataReader contains one or more rows.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override bool HasRows { get; }

Return Value

Type: Boolean
if the DbDataReader contains one or more rows; otherwise .
See Also