ExtendedDbDataReaderHasRows Property |
Gets a value that indicates whether this DbDataReader contains one or more rows.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public override bool HasRows { get; }
Return Value
Type:
Boolean if the
DbDataReader contains one or more rows; otherwise
.
See Also