The properties of the SqlCeDataReader class are listed below. For a complete list of SqlCeDataReader class members, see the SqlCeDataReader Members topic.
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. |
Item | Overloaded. 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. |
SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace