Data Port Sync 1.0.500

SqlCeDataReader. Method 

[This is preliminary documentation and subject to change.]

Reads one row of data from the database.

[Visual Basic]
Overrides Public Function () As Boolean _
    Implements IDataReader.
[C#]
public override bool ();

Return Value

true if there are more rows to read, otherwise false

Implements

IDataReader.

Remarks

Under the Bulk mode, this method must be called until it returns false. Failing to do so will cause unpredictable results.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace