[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.Read

Read Method

Read()

Advances the reader to the next record in a result set.

Declaration
public override bool Read()
Returns
Type Description
bool

true if there are more rows; otherwise false.

Overrides