Click or drag to resize
ExtendedDbDataReaderRead Method
Advances the reader to the next record in a result set.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override bool Read()

Return Value

Type: Boolean
if there are more rows; otherwise .

Implements

IDataReaderRead
See Also