Data Port Sync 1.0.500

SqlCeDataReader Properties

The properties of the SqlCeDataReader class are listed below. For a complete list of SqlCeDataReader class members, see the SqlCeDataReader Members topic.

Public Instance Properties

Depth Gets a value indicating the depth of nesting for the current row.
FieldCount Gets the data reader column count.
HasRows Gets a boolean value that indicates if the data reader has rows.
IsClosed Gets a value that indicates if the data reader is closed.
ItemOverloaded. Gets a field value indexed by name.
Mode Gets or sets the reader mode.
RecordsAffected Gets the number of record affected by the execution of the command.
Rowset Gets the underlying rowset.
VisibleFieldCount (inherited from DbDataReader)Gets the number of fields in the DbDataReader that are not hidden.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace