Click or drag to resize

CachedResultsetDataReaderHasRows Property

Gets a value that indicates whether this DbDataReader contains one or more rows.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override bool HasRows { get; }

Property Value

Type: Boolean
See Also